Html Css Color HEX #CDA409 Buddha Gold

📋 copy color: '#CDA409'

red 205 ◦ green 164 ◦ blue 9

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

Shades of Buddha Gold #CDA409

Tints of Buddha Gold #CDA409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.39%

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

R = 54.23%
G = 43.39%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDA409 (or 0xCDA409) is known color: Buddha Gold. HEX triplet: CD, A4 and 09. RGB value is (205,164,9). Sum of RGB (Red+Green+Blue) = 205+164+9=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA409 is #325BF6. Grayscale: #9F9F9F. Windows color (decimal): -3300343 or 632013. OLE color: 632013.

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

Color convert

RGB 205 164 9 -
CMYK 0 0.2 0.96 0.20
HSL 47.45º 0.92% 0.42% -
HSV(B) 47.45º 0.96% 0.8% -
XYZ 38.5 39.55 5.86 -
YUV 158.59 43.58 161.1 -
System Red Green Blue C M Y K H S L
Decimal 205 164 9 0 0.2 0.96 0.20 47.45 0.92 0.42
Hex CD A4 9 0 14 60 14 2F 5C 2A
Octal 315 244 11 0 24 140 24 57 134 52
Binary 11001101 10100100 1001 0 10100 1100000 10100 101111 1011100 101010

Color Harmonies of #CDA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA409

Black with #CDA409

Text Example


Text Example

White with #CDA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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