Html Css Color HEX #CDA10D Buddha Gold

📋 copy color: '#CDA10D'

red 205 ◦ green 161 ◦ blue 13

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

Shades of Buddha Gold #CDA10D

Tints of Buddha Gold #CDA10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 54.09%
G = 42.48%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CDA10D (or 0xCDA10D) is known color: Buddha Gold. HEX triplet: CD, A1 and 0D. RGB value is (205,161,13). Sum of RGB (Red+Green+Blue) = 205+161+13=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA10D is #325EF2. Grayscale: #9D9D9D. Windows color (decimal): -3301107 or 893389. OLE color: 893389.

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

Color convert

RGB 205 161 13 -
CMYK 0 0.21 0.94 0.20
HSL 46.25º 0.88% 0.43% -
HSV(B) 46.25º 0.94% 0.8% -
XYZ 37.99 38.5 5.81 -
YUV 157.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 205 161 13 0 0.21 0.94 0.20 46.25 0.88 0.43
Hex CD A1 D 0 15 5E 14 2E 58 2B
Octal 315 241 15 0 25 136 24 56 130 53
Binary 11001101 10100001 1101 0 10101 1011110 10100 101110 1011000 101011

Color Harmonies of #CDA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA10D

Black with #CDA10D

Text Example


Text Example

White with #CDA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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