Html Css Color HEX #CDA806 Buddha Gold

📋 copy color: '#CDA806'

red 205 ◦ green 168 ◦ blue 6

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

Shades of Buddha Gold #CDA806

Tints of Buddha Gold #CDA806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 54.09%
G = 44.33%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CDA806 (or 0xCDA806) is known color: Buddha Gold. HEX triplet: CD, A8 and 06. RGB value is (205,168,6). Sum of RGB (Red+Green+Blue) = 205+168+6=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA806 is #3257F9. Grayscale: #A1A1A1. Windows color (decimal): -3299322 or 436429. OLE color: 436429.

HSL color Cylindrical-coordinate representation of color #CDA806: hue angle of 48.84º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA806 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 6 -
CMYK 0 0.18 0.97 0.20
HSL 48.84º 0.94% 0.41% -
HSV(B) 48.84º 0.97% 0.8% -
XYZ 39.21 41 6.02 -
YUV 160.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 205 168 6 0 0.18 0.97 0.20 48.84 0.94 0.41
Hex CD A8 6 0 12 61 14 31 5E 29
Octal 315 250 6 0 22 141 24 61 136 51
Binary 11001101 10101000 110 0 10010 1100001 10100 110001 1011110 101001

Color Harmonies of #CDA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA806

Black with #CDA806

Text Example


Text Example

White with #CDA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA806; }

 p { color: rgb(205,168,6); }

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

background-color css

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

 a { background-color: rgb(205,168,6); }

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

border-color css

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

 span { border-color: rgb(205,168,6); }

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