Html Css Color HEX #CDA10F Buddha Gold

📋 copy color: '#CDA10F'

red 205 ◦ green 161 ◦ blue 15

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

Shades of Buddha Gold #CDA10F

Tints of Buddha Gold #CDA10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 53.81%
G = 42.26%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CDA10F (or 0xCDA10F) is known color: Buddha Gold. HEX triplet: CD, A1 and 0F. RGB value is (205,161,15). Sum of RGB (Red+Green+Blue) = 205+161+15=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA10F is #325EF0. Grayscale: #9E9E9E. Windows color (decimal): -3301105 or 1024461. OLE color: 1024461.

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

Color convert

RGB 205 161 15 -
CMYK 0 0.21 0.93 0.20
HSL 46.11º 0.86% 0.43% -
HSV(B) 46.11º 0.93% 0.8% -
XYZ 38.01 38.5 5.88 -
YUV 157.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 205 161 15 0 0.21 0.93 0.20 46.11 0.86 0.43
Hex CD A1 F 0 15 5D 14 2E 56 2B
Octal 315 241 17 0 25 135 24 56 126 53
Binary 11001101 10100001 1111 0 10101 1011101 10100 101110 1010110 101011

Color Harmonies of #CDA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA10F

Black with #CDA10F

Text Example


Text Example

White with #CDA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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