Html Css Color HEX #CFAD29 Galliano

📋 copy color: '#CFAD29'

red 207 ◦ green 173 ◦ blue 41

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

Shades of Galliano #CFAD29

Tints of Galliano #CFAD29

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

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

R = 49.17%
G = 41.09%
B = 9.74%

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

#CFAD29 (or 0xCFAD29) is known color: Galliano. HEX triplet: CF, AD and 29. RGB value is (207,173,41). Sum of RGB (Red+Green+Blue) = 207+173+41=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD29 is #3052D6. Grayscale: #A8A8A8. Windows color (decimal): -3166935 or 2731471. OLE color: 2731471.

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

Color convert

RGB 207 173 41 -
CMYK 0 0.16 0.80 0.19
HSL 47.71º 0.67% 0.49% -
HSV(B) 47.71º 0.8% 0.81% -
XYZ 41.08 43.31 8.29 -
YUV 168.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 207 173 41 0 0.16 0.80 0.19 47.71 0.67 0.49
Hex CF AD 29 0 10 50 13 30 43 31
Octal 317 255 51 0 20 120 23 60 103 61
Binary 11001111 10101101 101001 0 10000 1010000 10011 110000 1000011 110001

Color Harmonies of #CFAD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD29

Black with #CFAD29

Text Example


Text Example

White with #CFAD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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