Html Css Color HEX #CDA015 Buddha Gold

📋 copy color: '#CDA015'

red 205 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #CDA015

Tints of Buddha Gold #CDA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 53.11%
G = 41.45%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDA015 (or 0xCDA015) is known color: Buddha Gold. HEX triplet: CD, A0 and 15. RGB value is (205,160,21). Sum of RGB (Red+Green+Blue) = 205+160+21=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA015 is #325FEA. Grayscale: #9E9E9E. Windows color (decimal): -3301355 or 1417421. OLE color: 1417421.

HSL color Cylindrical-coordinate representation of color #CDA015: hue angle of 45.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDA015 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 21 -
CMYK 0 0.22 0.90 0.20
HSL 45.33º 0.81% 0.44% -
HSV(B) 45.33º 0.9% 0.8% -
XYZ 37.88 38.17 6.08 -
YUV 157.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 205 160 21 0 0.22 0.90 0.20 45.33 0.81 0.44
Hex CD A0 15 0 16 5A 14 2D 51 2C
Octal 315 240 25 0 26 132 24 55 121 54
Binary 11001101 10100000 10101 0 10110 1011010 10100 101101 1010001 101100

Color Harmonies of #CDA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA015

Black with #CDA015

Text Example


Text Example

White with #CDA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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