Html Css Color HEX #CDA212 Buddha Gold

📋 copy color: '#CDA212'

red 205 ◦ green 162 ◦ blue 18

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

Shades of Buddha Gold #CDA212

Tints of Buddha Gold #CDA212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 53.25%
G = 42.08%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDA212 (or 0xCDA212) is known color: Buddha Gold. HEX triplet: CD, A2 and 12. RGB value is (205,162,18). Sum of RGB (Red+Green+Blue) = 205+162+18=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA212 is #325DED. Grayscale: #9F9F9F. Windows color (decimal): -3300846 or 1221325. OLE color: 1221325.

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

Color convert

RGB 205 162 18 -
CMYK 0 0.21 0.91 0.20
HSL 46.2º 0.84% 0.44% -
HSV(B) 46.2º 0.91% 0.8% -
XYZ 38.21 38.86 6.06 -
YUV 158.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 205 162 18 0 0.21 0.91 0.20 46.2 0.84 0.44
Hex CD A2 12 0 15 5B 14 2E 54 2C
Octal 315 242 22 0 25 133 24 56 124 54
Binary 11001101 10100010 10010 0 10101 1011011 10100 101110 1010100 101100

Color Harmonies of #CDA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA212

Black with #CDA212

Text Example


Text Example

White with #CDA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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