Html Css Color HEX #CFAA1E Galliano

📋 copy color: '#CFAA1E'

red 207 ◦ green 170 ◦ blue 30

#CFAA1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CFAA1E

Tints of Galliano #CFAA1E

RGB

 RED value IS 207 (81.25% from 255) = 50.86%

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 30 (12.11% from 255) = 7.37%

R = 50.86%
G = 41.77%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFAA1E (or 0xCFAA1E) is known color: Galliano. HEX triplet: CF, AA and 1E. RGB value is (207,170,30). Sum of RGB (Red+Green+Blue) = 207+170+30=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA1E is #3055E1. Grayscale: #A5A5A5. Windows color (decimal): -3167714 or 2009807. OLE color: 2009807.

HSL color Cylindrical-coordinate representation of color #CFAA1E: hue angle of 47.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFAA1E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 30 -
CMYK 0 0.18 0.86 0.19
HSL 47.46º 0.75% 0.46% -
HSV(B) 47.46º 0.86% 0.81% -
XYZ 40.34 42.11 7.23 -
YUV 165.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 207 170 30 0 0.18 0.86 0.19 47.46 0.75 0.46
Hex CF AA 1E 0 12 56 13 2F 4B 2E
Octal 317 252 36 0 22 126 23 57 113 56
Binary 11001111 10101010 11110 0 10010 1010110 10011 101111 1001011 101110

Color Harmonies of #CFAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA1E

Black with #CFAA1E

Text Example


Text Example

White with #CFAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA1E; }

 p { color: rgb(207,170,30); }

 H1.HeaderClassName
 {
   color: #CFAA1E;
 }
 .AnyTagClassName
 {
   color: #CFAA1E;
 }
</style>

background-color css

<style>
 a { background-color: #CFAA1E; }

 a { background-color: rgb(207,170,30); }

 div.DivClassName
 {
   background-color: #CFAA1E;
 }
 .BgClassName
 {
   background-color: #CFAA1E;
 }
</style>

border-color css

<style>
 span { border-color: #CFAA1E; }

 span { border-color: rgb(207,170,30); }

 td.TdClassName
 {
   border-color: #CFAA1E;
 }
 .TagClassName
 {
   border-color: #CFAA1E;
 }
</style>