Html Css Color HEX #CFAB29 Galliano

📋 copy color: '#CFAB29'

red 207 ◦ green 171 ◦ blue 41

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

Shades of Galliano #CFAB29

Tints of Galliano #CFAB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.79%

R = 49.4%
G = 40.81%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFAB29 (or 0xCFAB29) is known color: Galliano. HEX triplet: CF, AB and 29. RGB value is (207,171,41). Sum of RGB (Red+Green+Blue) = 207+171+41=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB29 is #3054D6. Grayscale: #A7A7A7. Windows color (decimal): -3167447 or 2730959. OLE color: 2730959.

HSL color Cylindrical-coordinate representation of color #CFAB29: hue angle of 46.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFAB29 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 41 -
CMYK 0 0.17 0.80 0.19
HSL 46.99º 0.67% 0.49% -
HSV(B) 46.99º 0.8% 0.81% -
XYZ 40.7 42.55 8.17 -
YUV 166.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 207 171 41 0 0.17 0.80 0.19 46.99 0.67 0.49
Hex CF AB 29 0 11 50 13 2F 43 31
Octal 317 253 51 0 21 120 23 57 103 61
Binary 11001111 10101011 101001 0 10001 1010000 10011 101111 1000011 110001

Color Harmonies of #CFAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB29

Black with #CFAB29

Text Example


Text Example

White with #CFAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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