Html Css Color HEX #CDA929 Galliano

📋 copy color: '#CDA929'

red 205 ◦ green 169 ◦ blue 41

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

Shades of Galliano #CDA929

Tints of Galliano #CDA929

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

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

R = 49.4%
G = 40.72%
B = 9.88%

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

#CDA929 (or 0xCDA929) is known color: Galliano. HEX triplet: CD, A9 and 29. RGB value is (205,169,41). Sum of RGB (Red+Green+Blue) = 205+169+41=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA929 is #3256D6. Grayscale: #A5A5A5. Windows color (decimal): -3299031 or 2730445. OLE color: 2730445.

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

Color convert

RGB 205 169 41 -
CMYK 0 0.18 0.8 0.20
HSL 46.83º 0.67% 0.48% -
HSV(B) 46.83º 0.8% 0.8% -
XYZ 39.77 41.52 8.02 -
YUV 165.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 205 169 41 0 0.18 0.8 0.20 46.83 0.67 0.48
Hex CD A9 29 0 12 50 14 2F 43 30
Octal 315 251 51 0 22 120 24 57 103 60
Binary 11001101 10101001 101001 0 10010 1010000 10100 101111 1000011 110000

Color Harmonies of #CDA929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA929

Black with #CDA929

Text Example


Text Example

White with #CDA929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA929; }

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

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

background-color css

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

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

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

border-color css

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

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

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