Html Css Color HEX #CFA429 Galliano

📋 copy color: '#CFA429'

red 207 ◦ green 164 ◦ blue 41

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

Shades of Galliano #CFA429

Tints of Galliano #CFA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

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

R = 50.24%
G = 39.81%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFA429 (or 0xCFA429) is known color: Galliano. HEX triplet: CF, A4 and 29. RGB value is (207,164,41). Sum of RGB (Red+Green+Blue) = 207+164+41=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA429 is #305BD6. Grayscale: #A3A3A3. Windows color (decimal): -3169239 or 2729167. OLE color: 2729167.

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

Color convert

RGB 207 164 41 -
CMYK 0 0.21 0.80 0.19
HSL 44.46º 0.67% 0.49% -
HSV(B) 44.46º 0.8% 0.81% -
XYZ 39.41 39.98 7.74 -
YUV 162.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 207 164 41 0 0.21 0.80 0.19 44.46 0.67 0.49
Hex CF A4 29 0 15 50 13 2C 43 31
Octal 317 244 51 0 25 120 23 54 103 61
Binary 11001111 10100100 101001 0 10101 1010000 10011 101100 1000011 110001

Color Harmonies of #CFA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA429

Black with #CFA429

Text Example


Text Example

White with #CFA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA429; }

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

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

background-color css

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

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

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

border-color css

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

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

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