Html Css Color HEX #CDA207 Buddha Gold

📋 copy color: '#CDA207'

red 205 ◦ green 162 ◦ blue 7

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

Shades of Buddha Gold #CDA207

Tints of Buddha Gold #CDA207

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.32%

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 54.81%
G = 43.32%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CDA207 (or 0xCDA207) is known color: Buddha Gold. HEX triplet: CD, A2 and 07. RGB value is (205,162,7). Sum of RGB (Red+Green+Blue) = 205+162+7=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA207 is #325DF8. Grayscale: #9D9D9D. Windows color (decimal): -3300857 or 500429. OLE color: 500429.

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

Color convert

RGB 205 162 7 -
CMYK 0 0.21 0.97 0.20
HSL 46.97º 0.93% 0.42% -
HSV(B) 46.97º 0.97% 0.8% -
XYZ 38.14 38.84 5.69 -
YUV 157.19 43.25 162.1 -
System Red Green Blue C M Y K H S L
Decimal 205 162 7 0 0.21 0.97 0.20 46.97 0.93 0.42
Hex CD A2 7 0 15 61 14 2F 5D 2A
Octal 315 242 7 0 25 141 24 57 135 52
Binary 11001101 10100010 111 0 10101 1100001 10100 101111 1011101 101010

Color Harmonies of #CDA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA207

Black with #CDA207

Text Example


Text Example

White with #CDA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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