Html Css Color HEX #CDA829 Galliano

📋 copy color: '#CDA829'

red 205 ◦ green 168 ◦ blue 41

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

Shades of Galliano #CDA829

Tints of Galliano #CDA829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 49.52%
G = 40.58%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDA829 (or 0xCDA829) is known color: Galliano. HEX triplet: CD, A8 and 29. RGB value is (205,168,41). Sum of RGB (Red+Green+Blue) = 205+168+41=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA829 is #3257D6. Grayscale: #A5A5A5. Windows color (decimal): -3299287 or 2730189. OLE color: 2730189.

HSL color Cylindrical-coordinate representation of color #CDA829: hue angle of 46.46º 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 #CDA829 is Cyan = 0, Magento = 0.18, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 41 -
CMYK 0 0.18 0.8 0.20
HSL 46.46º 0.67% 0.48% -
HSV(B) 46.46º 0.8% 0.8% -
XYZ 39.58 41.14 7.95 -
YUV 164.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 205 168 41 0 0.18 0.8 0.20 46.46 0.67 0.48
Hex CD A8 29 0 12 50 14 2E 43 30
Octal 315 250 51 0 22 120 24 56 103 60
Binary 11001101 10101000 101001 0 10010 1010000 10100 101110 1000011 110000

Color Harmonies of #CDA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA829

Black with #CDA829

Text Example


Text Example

White with #CDA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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