Html Css Color HEX #CDA311 Buddha Gold

📋 copy color: '#CDA311'

red 205 ◦ green 163 ◦ blue 17

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

Shades of Buddha Gold #CDA311

Tints of Buddha Gold #CDA311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.42%

R = 53.25%
G = 42.34%
B = 4.42%

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

#CDA311 (or 0xCDA311) is known color: Buddha Gold. HEX triplet: CD, A3 and 11. RGB value is (205,163,17). Sum of RGB (Red+Green+Blue) = 205+163+17=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA311 is #325CEE. Grayscale: #9F9F9F. Windows color (decimal): -3300591 or 1156045. OLE color: 1156045.

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

Color convert

RGB 205 163 17 -
CMYK 0 0.20 0.92 0.20
HSL 46.6º 0.85% 0.44% -
HSV(B) 46.6º 0.92% 0.8% -
XYZ 38.38 39.21 6.08 -
YUV 158.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 205 163 17 0 0.20 0.92 0.20 46.6 0.85 0.44
Hex CD A3 11 0 14 5C 14 2F 55 2C
Octal 315 243 21 0 24 134 24 57 125 54
Binary 11001101 10100011 10001 0 10100 1011100 10100 101111 1010101 101100

Color Harmonies of #CDA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA311

Black with #CDA311

Text Example


Text Example

White with #CDA311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA311; }

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

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

background-color css

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

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

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

border-color css

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

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

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