Html Css Color HEX #CDA029 Galliano

📋 copy color: '#CDA029'

red 205 ◦ green 160 ◦ blue 41

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

Shades of Galliano #CDA029

Tints of Galliano #CDA029

RGB

 RED value IS 205 (80.47% from 255) = 50.49%

 GREEN value IS 160 (62.89% from 255) = 39.41%

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

R = 50.49%
G = 39.41%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDA029 (or 0xCDA029) is known color: Galliano. HEX triplet: CD, A0 and 29. RGB value is (205,160,41). Sum of RGB (Red+Green+Blue) = 205+160+41=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA029 is #325FD6. Grayscale: #A0A0A0. Windows color (decimal): -3301335 or 2728141. OLE color: 2728141.

HSL color Cylindrical-coordinate representation of color #CDA029: hue angle of 43.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDA029 is Cyan = 0, Magento = 0.22, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 41 -
CMYK 0 0.22 0.8 0.20
HSL 43.54º 0.67% 0.48% -
HSV(B) 43.54º 0.8% 0.8% -
XYZ 38.15 38.28 7.48 -
YUV 159.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 205 160 41 0 0.22 0.8 0.20 43.54 0.67 0.48
Hex CD A0 29 0 16 50 14 2C 43 30
Octal 315 240 51 0 26 120 24 54 103 60
Binary 11001101 10100000 101001 0 10110 1010000 10100 101100 1000011 110000

Color Harmonies of #CDA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA029

Black with #CDA029

Text Example


Text Example

White with #CDA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA029; }

 p { color: rgb(205,160,41); }

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

background-color css

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

 a { background-color: rgb(205,160,41); }

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

border-color css

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

 span { border-color: rgb(205,160,41); }

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