Html Css Color HEX #CDA008 Buddha Gold

📋 copy color: '#CDA008'

red 205 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #CDA008

Tints of Buddha Gold #CDA008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.9%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 54.96%
G = 42.9%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDA008 (or 0xCDA008) is known color: Buddha Gold. HEX triplet: CD, A0 and 08. RGB value is (205,160,8). Sum of RGB (Red+Green+Blue) = 205+160+8=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA008 is #325FF7. Grayscale: #9C9C9C. Windows color (decimal): -3301368 or 565453. OLE color: 565453.

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

Color convert

RGB 205 160 8 -
CMYK 0 0.22 0.96 0.20
HSL 46.29º 0.92% 0.42% -
HSV(B) 46.29º 0.96% 0.8% -
XYZ 37.79 38.14 5.6 -
YUV 156.13 44.41 162.86 -
System Red Green Blue C M Y K H S L
Decimal 205 160 8 0 0.22 0.96 0.20 46.29 0.92 0.42
Hex CD A0 8 0 16 60 14 2E 5C 2A
Octal 315 240 10 0 26 140 24 56 134 52
Binary 11001101 10100000 1000 0 10110 1100000 10100 101110 1011100 101010

Color Harmonies of #CDA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA008

Black with #CDA008

Text Example


Text Example

White with #CDA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA008; }

 p { color: rgb(205,160,8); }

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

background-color css

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

 a { background-color: rgb(205,160,8); }

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

border-color css

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

 span { border-color: rgb(205,160,8); }

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