Html Css Color HEX #CDA213 Buddha Gold

📋 copy color: '#CDA213'

red 205 ◦ green 162 ◦ blue 19

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

Shades of Buddha Gold #CDA213

Tints of Buddha Gold #CDA213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 53.11%
G = 41.97%
B = 4.92%

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

#CDA213 (or 0xCDA213) is known color: Buddha Gold. HEX triplet: CD, A2 and 13. RGB value is (205,162,19). Sum of RGB (Red+Green+Blue) = 205+162+19=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA213 is #325DEC. Grayscale: #9F9F9F. Windows color (decimal): -3300845 or 1286861. OLE color: 1286861.

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

Color convert

RGB 205 162 19 -
CMYK 0 0.21 0.91 0.20
HSL 46.13º 0.83% 0.44% -
HSV(B) 46.13º 0.91% 0.8% -
XYZ 38.21 38.87 6.1 -
YUV 158.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 205 162 19 0 0.21 0.91 0.20 46.13 0.83 0.44
Hex CD A2 13 0 15 5B 14 2E 53 2C
Octal 315 242 23 0 25 133 24 56 123 54
Binary 11001101 10100010 10011 0 10101 1011011 10100 101110 1010011 101100

Color Harmonies of #CDA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA213

Black with #CDA213

Text Example


Text Example

White with #CDA213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA213; }

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

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

background-color css

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

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

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

border-color css

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

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

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