Html Css Color HEX #CDB337 Old Gold

📋 copy color: '#CDB337'

red 205 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #CDB337

Tints of Old Gold #CDB337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 46.7%
G = 40.77%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB337 (or 0xCDB337) is known color: Old Gold. HEX triplet: CD, B3 and 37. RGB value is (205,179,55). Sum of RGB (Red+Green+Blue) = 205+179+55=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB337 is #324CC8. Grayscale: #ADADAD. Windows color (decimal): -3296457 or 3650509. OLE color: 3650509.

HSL color Cylindrical-coordinate representation of color #CDB337: hue angle of 49.6º 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 #CDB337 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 55 -
CMYK 0 0.13 0.73 0.20
HSL 49.6º 0.6% 0.51% -
HSV(B) 49.6º 0.73% 0.8% -
XYZ 41.99 45.5 10.18 -
YUV 172.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 205 179 55 0 0.13 0.73 0.20 49.6 0.6 0.51
Hex CD B3 37 0 D 49 14 32 3C 33
Octal 315 263 67 0 15 111 24 62 74 63
Binary 11001101 10110011 110111 0 1101 1001001 10100 110010 111100 110011

Color Harmonies of #CDB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB337

Black with #CDB337

Text Example


Text Example

White with #CDB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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