Html Css Color HEX #CDA509 Buddha Gold

📋 copy color: '#CDA509'

red 205 ◦ green 165 ◦ blue 9

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

Shades of Buddha Gold #CDA509

Tints of Buddha Gold #CDA509

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

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

R = 54.09%
G = 43.54%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDA509 (or 0xCDA509) is known color: Buddha Gold. HEX triplet: CD, A5 and 09. RGB value is (205,165,9). Sum of RGB (Red+Green+Blue) = 205+165+9=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA509 is #325AF6. Grayscale: #9F9F9F. Windows color (decimal): -3300087 or 632269. OLE color: 632269.

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

Color convert

RGB 205 165 9 -
CMYK 0 0.20 0.96 0.20
HSL 47.76º 0.92% 0.42% -
HSV(B) 47.76º 0.96% 0.8% -
XYZ 38.68 39.91 5.92 -
YUV 159.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 205 165 9 0 0.20 0.96 0.20 47.76 0.92 0.42
Hex CD A5 9 0 14 60 14 30 5C 2A
Octal 315 245 11 0 24 140 24 60 134 52
Binary 11001101 10100101 1001 0 10100 1100000 10100 110000 1011100 101010

Color Harmonies of #CDA509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA509

Black with #CDA509

Text Example


Text Example

White with #CDA509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA509; }

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

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

background-color css

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

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

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

border-color css

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

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

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