Html Css Color HEX #CDA012 Buddha Gold

📋 copy color: '#CDA012'

red 205 ◦ green 160 ◦ blue 18

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

Shades of Buddha Gold #CDA012

Tints of Buddha Gold #CDA012

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

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

R = 53.52%
G = 41.78%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDA012 (or 0xCDA012) is known color: Buddha Gold. HEX triplet: CD, A0 and 12. RGB value is (205,160,18). Sum of RGB (Red+Green+Blue) = 205+160+18=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA012 is #325FED. Grayscale: #9D9D9D. Windows color (decimal): -3301358 or 1220813. OLE color: 1220813.

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

Color convert

RGB 205 160 18 -
CMYK 0 0.22 0.91 0.20
HSL 45.56º 0.84% 0.44% -
HSV(B) 45.56º 0.91% 0.8% -
XYZ 37.86 38.16 5.94 -
YUV 157.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 205 160 18 0 0.22 0.91 0.20 45.56 0.84 0.44
Hex CD A0 12 0 16 5B 14 2E 54 2C
Octal 315 240 22 0 26 133 24 56 124 54
Binary 11001101 10100000 10010 0 10110 1011011 10100 101110 1010100 101100

Color Harmonies of #CDA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA012

Black with #CDA012

Text Example


Text Example

White with #CDA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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