Html Css Color HEX #CDA109 Buddha Gold

📋 copy color: '#CDA109'

red 205 ◦ green 161 ◦ blue 9

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

Shades of Buddha Gold #CDA109

Tints of Buddha Gold #CDA109

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

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

R = 54.67%
G = 42.93%
B = 2.4%

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

#CDA109 (or 0xCDA109) is known color: Buddha Gold. HEX triplet: CD, A1 and 09. RGB value is (205,161,9). Sum of RGB (Red+Green+Blue) = 205+161+9=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA109 is #325EF6. Grayscale: #9D9D9D. Windows color (decimal): -3301111 or 631245. OLE color: 631245.

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

Color convert

RGB 205 161 9 -
CMYK 0 0.21 0.96 0.20
HSL 46.53º 0.92% 0.42% -
HSV(B) 46.53º 0.96% 0.8% -
XYZ 37.97 38.49 5.69 -
YUV 156.83 44.58 162.36 -
System Red Green Blue C M Y K H S L
Decimal 205 161 9 0 0.21 0.96 0.20 46.53 0.92 0.42
Hex CD A1 9 0 15 60 14 2F 5C 2A
Octal 315 241 11 0 25 140 24 57 134 52
Binary 11001101 10100001 1001 0 10101 1100000 10100 101111 1011100 101010

Color Harmonies of #CDA109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA109

Black with #CDA109

Text Example


Text Example

White with #CDA109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA109; }

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

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

background-color css

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

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

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

border-color css

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

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

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