Html Css Color HEX #CDA113 Buddha Gold

📋 copy color: '#CDA113'

red 205 ◦ green 161 ◦ blue 19

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

Shades of Buddha Gold #CDA113

Tints of Buddha Gold #CDA113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.94%

R = 53.25%
G = 41.82%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDA113 (or 0xCDA113) is known color: Buddha Gold. HEX triplet: CD, A1 and 13. RGB value is (205,161,19). Sum of RGB (Red+Green+Blue) = 205+161+19=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA113 is #325EEC. Grayscale: #9E9E9E. Windows color (decimal): -3301101 or 1286605. OLE color: 1286605.

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

Color convert

RGB 205 161 19 -
CMYK 0 0.21 0.91 0.20
HSL 45.81º 0.83% 0.44% -
HSV(B) 45.81º 0.91% 0.8% -
XYZ 38.04 38.52 6.05 -
YUV 157.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 205 161 19 0 0.21 0.91 0.20 45.81 0.83 0.44
Hex CD A1 13 0 15 5B 14 2E 53 2C
Octal 315 241 23 0 25 133 24 56 123 54
Binary 11001101 10100001 10011 0 10101 1011011 10100 101110 1010011 101100

Color Harmonies of #CDA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA113

Black with #CDA113

Text Example


Text Example

White with #CDA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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