Html Css Color HEX #CFAE29 Galliano

📋 copy color: '#CFAE29'

red 207 ◦ green 174 ◦ blue 41

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

Shades of Galliano #CFAE29

Tints of Galliano #CFAE29

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

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

R = 49.05%
G = 41.23%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFAE29 (or 0xCFAE29) is known color: Galliano. HEX triplet: CF, AE and 29. RGB value is (207,174,41). Sum of RGB (Red+Green+Blue) = 207+174+41=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE29 is #3051D6. Grayscale: #A9A9A9. Windows color (decimal): -3166679 or 2731727. OLE color: 2731727.

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

Color convert

RGB 207 174 41 -
CMYK 0 0.16 0.80 0.19
HSL 48.07º 0.67% 0.49% -
HSV(B) 48.07º 0.8% 0.81% -
XYZ 41.27 43.7 8.36 -
YUV 168.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 207 174 41 0 0.16 0.80 0.19 48.07 0.67 0.49
Hex CF AE 29 0 10 50 13 30 43 31
Octal 317 256 51 0 20 120 23 60 103 61
Binary 11001111 10101110 101001 0 10000 1010000 10011 110000 1000011 110001

Color Harmonies of #CFAE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE29

Black with #CFAE29

Text Example


Text Example

White with #CFAE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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