Html Css Color HEX #CDB537 Old Gold

📋 copy color: '#CDB537'

red 205 ◦ green 181 ◦ blue 55

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

Shades of Old Gold #CDB537

Tints of Old Gold #CDB537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.47%

R = 46.49%
G = 41.04%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB537 (or 0xCDB537) is known color: Old Gold. HEX triplet: CD, B5 and 37. RGB value is (205,181,55). Sum of RGB (Red+Green+Blue) = 205+181+55=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB537 is #324AC8. Grayscale: #AEAEAE. Windows color (decimal): -3295945 or 3651021. OLE color: 3651021.

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

Color convert

RGB 205 181 55 -
CMYK 0 0.12 0.73 0.20
HSL 50.4º 0.6% 0.51% -
HSV(B) 50.4º 0.73% 0.8% -
XYZ 42.39 46.3 10.32 -
YUV 173.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 205 181 55 0 0.12 0.73 0.20 50.4 0.6 0.51
Hex CD B5 37 0 C 49 14 32 3C 33
Octal 315 265 67 0 14 111 24 62 74 63
Binary 11001101 10110101 110111 0 1100 1001001 10100 110010 111100 110011

Color Harmonies of #CDB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB537

Black with #CDB537

Text Example


Text Example

White with #CDB537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB537; }

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

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

background-color css

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

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

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

border-color css

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

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

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