Html Css Color HEX #CDA709 Buddha Gold

📋 copy color: '#CDA709'

red 205 ◦ green 167 ◦ blue 9

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

Shades of Buddha Gold #CDA709

Tints of Buddha Gold #CDA709

RGB

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

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

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

R = 53.81%
G = 43.83%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDA709 (or 0xCDA709) is known color: Buddha Gold. HEX triplet: CD, A7 and 09. RGB value is (205,167,9). Sum of RGB (Red+Green+Blue) = 205+167+9=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA709 is #3258F6. Grayscale: #A1A1A1. Windows color (decimal): -3299575 or 632781. OLE color: 632781.

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

Color convert

RGB 205 167 9 -
CMYK 0 0.19 0.96 0.20
HSL 48.37º 0.92% 0.42% -
HSV(B) 48.37º 0.96% 0.8% -
XYZ 39.04 40.64 6.04 -
YUV 160.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 205 167 9 0 0.19 0.96 0.20 48.37 0.92 0.42
Hex CD A7 9 0 13 60 14 30 5C 2A
Octal 315 247 11 0 23 140 24 60 134 52
Binary 11001101 10100111 1001 0 10011 1100000 10100 110000 1011100 101010

Color Harmonies of #CDA709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA709

Black with #CDA709

Text Example


Text Example

White with #CDA709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA709; }

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

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

background-color css

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

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

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

border-color css

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

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

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