Html Css Color HEX #CDA629 Galliano

📋 copy color: '#CDA629'

red 205 ◦ green 166 ◦ blue 41

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

Shades of Galliano #CDA629

Tints of Galliano #CDA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

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

R = 49.76%
G = 40.29%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDA629 (or 0xCDA629) is known color: Galliano. HEX triplet: CD, A6 and 29. RGB value is (205,166,41). Sum of RGB (Red+Green+Blue) = 205+166+41=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA629 is #3259D6. Grayscale: #A3A3A3. Windows color (decimal): -3299799 or 2729677. OLE color: 2729677.

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

Color convert

RGB 205 166 41 -
CMYK 0 0.19 0.8 0.20
HSL 45.73º 0.67% 0.48% -
HSV(B) 45.73º 0.8% 0.8% -
XYZ 39.21 40.41 7.83 -
YUV 163.41 58.92 157.66 -
System Red Green Blue C M Y K H S L
Decimal 205 166 41 0 0.19 0.8 0.20 45.73 0.67 0.48
Hex CD A6 29 0 13 50 14 2E 43 30
Octal 315 246 51 0 23 120 24 56 103 60
Binary 11001101 10100110 101001 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CDA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA629

Black with #CDA629

Text Example


Text Example

White with #CDA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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