#CDA707

Color #CDA707 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CDA707

Tints of Buddha Gold #CDA707

Color information

#CDA707 (or 0xCDA707) is unknown color: approx Buddha Gold. HEX triplet: CD, A7 and 07. RGB value is (205,167,7). Sum of RGB (Red+Green+Blue) = 205+167+7=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA707 is #3258F8. Grayscale: #A0A0A0. Windows color (decimal): -3299577 or 501709. OLE color: 501709.

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

Color convert

RGB2051677-
CMYK00.190.970.20
HSL48.48º93.4%41.57%-
HSV(B)48.48º96.59%80.39%-
XYZ39.0340.635.99-
YUV160.1241.59160.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 7 (3.12% from 255) = 1.85%
R=54.09%
G=44.06%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205167700.190.970.2048.4893.441.57
HexCDA770136114305d2a
Octal3152477023141246013552
Binary11001101101001111110100111100001101001100001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA707; }

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

 H1.HeaderClassName
 {
   color: #CDA707;
 }
 .AnyTagClassName
 {
   color: #CDA707;
 }
</style>
background-color css

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

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

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

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

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

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