Html Css Color HEX #CDB539 Old Gold

📋 copy color: '#CDB539'

red 205 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #CDB539

Tints of Old Gold #CDB539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.86%

 BLUE value IS 57 (22.66% from 255) = 12.87%

R = 46.28%
G = 40.86%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDB539 (or 0xCDB539) is known color: Old Gold. HEX triplet: CD, B5 and 39. RGB value is (205,181,57). Sum of RGB (Red+Green+Blue) = 205+181+57=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB539 is #324AC6. Grayscale: #AEAEAE. Windows color (decimal): -3295943 or 3782093. OLE color: 3782093.

HSL color Cylindrical-coordinate representation of color #CDB539: hue angle of 50.27º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDB539 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 57 -
CMYK 0 0.12 0.72 0.20
HSL 50.27º 0.6% 0.51% -
HSV(B) 50.27º 0.72% 0.8% -
XYZ 42.44 46.32 10.58 -
YUV 174.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 205 181 57 0 0.12 0.72 0.20 50.27 0.6 0.51
Hex CD B5 39 0 C 48 14 32 3C 33
Octal 315 265 71 0 14 110 24 62 74 63
Binary 11001101 10110101 111001 0 1100 1001000 10100 110010 111100 110011

Color Harmonies of #CDB539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB539

Black with #CDB539

Text Example


Text Example

White with #CDB539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB539; }

 p { color: rgb(205,181,57); }

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

background-color css

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

 a { background-color: rgb(205,181,57); }

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

border-color css

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

 span { border-color: rgb(205,181,57); }

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