Html Css Color HEX #CDA310 Buddha Gold

📋 copy color: '#CDA310'

red 205 ◦ green 163 ◦ blue 16

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

Shades of Buddha Gold #CDA310

Tints of Buddha Gold #CDA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 53.39%
G = 42.45%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDA310 (or 0xCDA310) is known color: Buddha Gold. HEX triplet: CD, A3 and 10. RGB value is (205,163,16). Sum of RGB (Red+Green+Blue) = 205+163+16=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA310 is #325CEF. Grayscale: #9F9F9F. Windows color (decimal): -3300592 or 1090509. OLE color: 1090509.

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

Color convert

RGB 205 163 16 -
CMYK 0 0.20 0.92 0.20
HSL 46.67º 0.86% 0.43% -
HSV(B) 46.67º 0.92% 0.8% -
XYZ 38.37 39.21 6.04 -
YUV 158.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 205 163 16 0 0.20 0.92 0.20 46.67 0.86 0.43
Hex CD A3 10 0 14 5C 14 2F 56 2B
Octal 315 243 20 0 24 134 24 57 126 53
Binary 11001101 10100011 10000 0 10100 1011100 10100 101111 1010110 101011

Color Harmonies of #CDA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA310

Black with #CDA310

Text Example


Text Example

White with #CDA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA310; }

 p { color: rgb(205,163,16); }

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

background-color css

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

 a { background-color: rgb(205,163,16); }

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

border-color css

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

 span { border-color: rgb(205,163,16); }

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