Html Css Color HEX #CDA209 Buddha Gold

📋 copy color: '#CDA209'

red 205 ◦ green 162 ◦ blue 9

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

Shades of Buddha Gold #CDA209

Tints of Buddha Gold #CDA209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

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

R = 54.52%
G = 43.09%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDA209 (or 0xCDA209) is known color: Buddha Gold. HEX triplet: CD, A2 and 09. RGB value is (205,162,9). Sum of RGB (Red+Green+Blue) = 205+162+9=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA209 is #325DF6. Grayscale: #9E9E9E. Windows color (decimal): -3300855 or 631501. OLE color: 631501.

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

Color convert

RGB 205 162 9 -
CMYK 0 0.21 0.96 0.20
HSL 46.84º 0.92% 0.42% -
HSV(B) 46.84º 0.96% 0.8% -
XYZ 38.15 38.84 5.74 -
YUV 157.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 205 162 9 0 0.21 0.96 0.20 46.84 0.92 0.42
Hex CD A2 9 0 15 60 14 2F 5C 2A
Octal 315 242 11 0 25 140 24 57 134 52
Binary 11001101 10100010 1001 0 10101 1100000 10100 101111 1011100 101010

Color Harmonies of #CDA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA209

Black with #CDA209

Text Example


Text Example

White with #CDA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA209; }

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

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

background-color css

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

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

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

border-color css

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

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

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