Html Css Color HEX #CDA211 Buddha Gold

📋 copy color: '#CDA211'

red 205 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #CDA211

Tints of Buddha Gold #CDA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 53.39%
G = 42.19%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDA211 (or 0xCDA211) is known color: Buddha Gold. HEX triplet: CD, A2 and 11. RGB value is (205,162,17). Sum of RGB (Red+Green+Blue) = 205+162+17=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA211 is #325DEE. Grayscale: #9E9E9E. Windows color (decimal): -3300847 or 1155789. OLE color: 1155789.

HSL color Cylindrical-coordinate representation of color #CDA211: hue angle of 46.28º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDA211 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 17 -
CMYK 0 0.21 0.92 0.20
HSL 46.28º 0.85% 0.44% -
HSV(B) 46.28º 0.92% 0.8% -
XYZ 38.2 38.86 6.02 -
YUV 158.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 205 162 17 0 0.21 0.92 0.20 46.28 0.85 0.44
Hex CD A2 11 0 15 5C 14 2E 55 2C
Octal 315 242 21 0 25 134 24 56 125 54
Binary 11001101 10100010 10001 0 10101 1011100 10100 101110 1010101 101100

Color Harmonies of #CDA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA211

Black with #CDA211

Text Example


Text Example

White with #CDA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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