Html Css Color HEX #CDB037 Old Gold

📋 copy color: '#CDB037'

red 205 ◦ green 176 ◦ blue 55

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

Shades of Old Gold #CDB037

Tints of Old Gold #CDB037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 47.02%
G = 40.37%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB037 (or 0xCDB037) is known color: Old Gold. HEX triplet: CD, B0 and 37. RGB value is (205,176,55). Sum of RGB (Red+Green+Blue) = 205+176+55=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB037 is #324FC8. Grayscale: #ABABAB. Windows color (decimal): -3297225 or 3649741. OLE color: 3649741.

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

Color convert

RGB 205 176 55 -
CMYK 0 0.14 0.73 0.20
HSL 48.4º 0.6% 0.51% -
HSV(B) 48.4º 0.73% 0.8% -
XYZ 41.39 44.31 9.98 -
YUV 170.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 205 176 55 0 0.14 0.73 0.20 48.4 0.6 0.51
Hex CD B0 37 0 E 49 14 30 3C 33
Octal 315 260 67 0 16 111 24 60 74 63
Binary 11001101 10110000 110111 0 1110 1001001 10100 110000 111100 110011

Color Harmonies of #CDB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB037

Black with #CDB037

Text Example


Text Example

White with #CDB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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