Html Css Color HEX #CFAF29 Galliano

📋 copy color: '#CFAF29'

red 207 ◦ green 175 ◦ blue 41

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

Shades of Galliano #CFAF29

Tints of Galliano #CFAF29

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 48.94%
G = 41.37%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFAF29 (or 0xCFAF29) is known color: Galliano. HEX triplet: CF, AF and 29. RGB value is (207,175,41). Sum of RGB (Red+Green+Blue) = 207+175+41=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF29 is #3050D6. Grayscale: #A9A9A9. Windows color (decimal): -3166423 or 2731983. OLE color: 2731983.

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

Color convert

RGB 207 175 41 -
CMYK 0 0.15 0.80 0.19
HSL 48.43º 0.67% 0.49% -
HSV(B) 48.43º 0.8% 0.81% -
XYZ 41.46 44.09 8.42 -
YUV 169.29 55.6 154.9 -
System Red Green Blue C M Y K H S L
Decimal 207 175 41 0 0.15 0.80 0.19 48.43 0.67 0.49
Hex CF AF 29 0 F 50 13 30 43 31
Octal 317 257 51 0 17 120 23 60 103 61
Binary 11001111 10101111 101001 0 1111 1010000 10011 110000 1000011 110001

Color Harmonies of #CFAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF29

Black with #CFAF29

Text Example


Text Example

White with #CFAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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