Html Css Color HEX #CDA009 Buddha Gold

📋 copy color: '#CDA009'

red 205 ◦ green 160 ◦ blue 9

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

Shades of Buddha Gold #CDA009

Tints of Buddha Gold #CDA009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.41%

R = 54.81%
G = 42.78%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDA009 (or 0xCDA009) is known color: Buddha Gold. HEX triplet: CD, A0 and 09. RGB value is (205,160,9). Sum of RGB (Red+Green+Blue) = 205+160+9=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA009 is #325FF6. Grayscale: #9C9C9C. Windows color (decimal): -3301367 or 630989. OLE color: 630989.

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

Color convert

RGB 205 160 9 -
CMYK 0 0.22 0.96 0.20
HSL 46.22º 0.92% 0.42% -
HSV(B) 46.22º 0.96% 0.8% -
XYZ 37.8 38.14 5.63 -
YUV 156.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 205 160 9 0 0.22 0.96 0.20 46.22 0.92 0.42
Hex CD A0 9 0 16 60 14 2E 5C 2A
Octal 315 240 11 0 26 140 24 56 134 52
Binary 11001101 10100000 1001 0 10110 1100000 10100 101110 1011100 101010

Color Harmonies of #CDA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA009

Black with #CDA009

Text Example


Text Example

White with #CDA009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA009; }

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

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

background-color css

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

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

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

border-color css

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

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

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