Html Css Color HEX #CFAC29 Galliano

📋 copy color: '#CFAC29'

red 207 ◦ green 172 ◦ blue 41

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

Shades of Galliano #CFAC29

Tints of Galliano #CFAC29

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 49.29%
G = 40.95%
B = 9.76%

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

#CFAC29 (or 0xCFAC29) is known color: Galliano. HEX triplet: CF, AC and 29. RGB value is (207,172,41). Sum of RGB (Red+Green+Blue) = 207+172+41=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC29 is #3053D6. Grayscale: #A8A8A8. Windows color (decimal): -3167191 or 2731215. OLE color: 2731215.

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

Color convert

RGB 207 172 41 -
CMYK 0 0.17 0.80 0.19
HSL 47.35º 0.67% 0.49% -
HSV(B) 47.35º 0.8% 0.81% -
XYZ 40.88 42.93 8.23 -
YUV 167.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 207 172 41 0 0.17 0.80 0.19 47.35 0.67 0.49
Hex CF AC 29 0 11 50 13 2F 43 31
Octal 317 254 51 0 21 120 23 57 103 61
Binary 11001111 10101100 101001 0 10001 1010000 10011 101111 1000011 110001

Color Harmonies of #CFAC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC29

Black with #CFAC29

Text Example


Text Example

White with #CFAC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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