Html Css Color HEX #CDA729 Galliano

📋 copy color: '#CDA729'

red 205 ◦ green 167 ◦ blue 41

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

Shades of Galliano #CDA729

Tints of Galliano #CDA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

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

R = 49.64%
G = 40.44%
B = 9.93%

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

#CDA729 (or 0xCDA729) is known color: Galliano. HEX triplet: CD, A7 and 29. RGB value is (205,167,41). Sum of RGB (Red+Green+Blue) = 205+167+41=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA729 is #3258D6. Grayscale: #A4A4A4. Windows color (decimal): -3299543 or 2729933. OLE color: 2729933.

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

Color convert

RGB 205 167 41 -
CMYK 0 0.19 0.8 0.20
HSL 46.1º 0.67% 0.48% -
HSV(B) 46.1º 0.8% 0.8% -
XYZ 39.4 40.78 7.89 -
YUV 164 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 205 167 41 0 0.19 0.8 0.20 46.1 0.67 0.48
Hex CD A7 29 0 13 50 14 2E 43 30
Octal 315 247 51 0 23 120 24 56 103 60
Binary 11001101 10100111 101001 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CDA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA729

Black with #CDA729

Text Example


Text Example

White with #CDA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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