Html Css Color HEX #CFAB1E Galliano

📋 copy color: '#CFAB1E'

red 207 ◦ green 171 ◦ blue 30

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

Shades of Galliano #CFAB1E

Tints of Galliano #CFAB1E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

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

R = 50.74%
G = 41.91%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFAB1E (or 0xCFAB1E) is known color: Galliano. HEX triplet: CF, AB and 1E. RGB value is (207,171,30). Sum of RGB (Red+Green+Blue) = 207+171+30=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB1E is #3054E1. Grayscale: #A6A6A6. Windows color (decimal): -3167458 or 2010063. OLE color: 2010063.

HSL color Cylindrical-coordinate representation of color #CFAB1E: hue angle of 47.8º 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 #CFAB1E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 30 -
CMYK 0 0.17 0.86 0.19
HSL 47.8º 0.75% 0.46% -
HSV(B) 47.8º 0.86% 0.81% -
XYZ 40.53 42.48 7.29 -
YUV 165.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 207 171 30 0 0.17 0.86 0.19 47.8 0.75 0.46
Hex CF AB 1E 0 11 56 13 30 4B 2E
Octal 317 253 36 0 21 126 23 60 113 56
Binary 11001111 10101011 11110 0 10001 1010110 10011 110000 1001011 101110

Color Harmonies of #CFAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB1E

Black with #CFAB1E

Text Example


Text Example

White with #CFAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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