Html Css Color HEX #CDA111 Buddha Gold

📋 copy color: '#CDA111'

red 205 ◦ green 161 ◦ blue 17

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

Shades of Buddha Gold #CDA111

Tints of Buddha Gold #CDA111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

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

R = 53.52%
G = 42.04%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDA111 (or 0xCDA111) is known color: Buddha Gold. HEX triplet: CD, A1 and 11. RGB value is (205,161,17). Sum of RGB (Red+Green+Blue) = 205+161+17=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA111 is #325EEE. Grayscale: #9E9E9E. Windows color (decimal): -3301103 or 1155533. OLE color: 1155533.

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

Color convert

RGB 205 161 17 -
CMYK 0 0.21 0.92 0.20
HSL 45.96º 0.85% 0.44% -
HSV(B) 45.96º 0.92% 0.8% -
XYZ 38.02 38.51 5.96 -
YUV 157.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 205 161 17 0 0.21 0.92 0.20 45.96 0.85 0.44
Hex CD A1 11 0 15 5C 14 2E 55 2C
Octal 315 241 21 0 25 134 24 56 125 54
Binary 11001101 10100001 10001 0 10101 1011100 10100 101110 1010101 101100

Color Harmonies of #CDA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA111

Black with #CDA111

Text Example


Text Example

White with #CDA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA111; }

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

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

background-color css

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

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

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

border-color css

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

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

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