Html Css Color HEX #CFAB1F Galliano

📋 copy color: '#CFAB1F'

red 207 ◦ green 171 ◦ blue 31

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

Shades of Galliano #CFAB1F

Tints of Galliano #CFAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 50.61%
G = 41.81%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFAB1F (or 0xCFAB1F) is known color: Galliano. HEX triplet: CF, AB and 1F. RGB value is (207,171,31). Sum of RGB (Red+Green+Blue) = 207+171+31=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB1F is #3054E0. Grayscale: #A6A6A6. Windows color (decimal): -3167457 or 2075599. OLE color: 2075599.

HSL color Cylindrical-coordinate representation of color #CFAB1F: hue angle of 47.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFAB1F is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 31 -
CMYK 0 0.17 0.85 0.19
HSL 47.73º 0.74% 0.47% -
HSV(B) 47.73º 0.85% 0.81% -
XYZ 40.54 42.49 7.36 -
YUV 165.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 207 171 31 0 0.17 0.85 0.19 47.73 0.74 0.47
Hex CF AB 1F 0 11 55 13 30 4A 2F
Octal 317 253 37 0 21 125 23 60 112 57
Binary 11001111 10101011 11111 0 10001 1010101 10011 110000 1001010 101111

Color Harmonies of #CFAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB1F

Black with #CFAB1F

Text Example


Text Example

White with #CFAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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