Html Css Color HEX #CEB337 Old Gold

📋 copy color: '#CEB337'

red 206 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #CEB337

Tints of Old Gold #CEB337

RGB

 RED value IS 206 (80.86% from 255) = 46.82%

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

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

R = 46.82%
G = 40.68%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB337 (or 0xCEB337) is known color: Old Gold. HEX triplet: CE, B3 and 37. RGB value is (206,179,55). Sum of RGB (Red+Green+Blue) = 206+179+55=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB337 is #314CC8. Grayscale: #ADADAD. Windows color (decimal): -3230921 or 3650510. OLE color: 3650510.

HSL color Cylindrical-coordinate representation of color #CEB337: hue angle of 49.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEB337 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 55 -
CMYK 0 0.13 0.73 0.19
HSL 49.27º 0.61% 0.51% -
HSV(B) 49.27º 0.73% 0.81% -
XYZ 42.26 45.64 10.2 -
YUV 172.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 206 179 55 0 0.13 0.73 0.19 49.27 0.61 0.51
Hex CE B3 37 0 D 49 13 31 3D 33
Octal 316 263 67 0 15 111 23 61 75 63
Binary 11001110 10110011 110111 0 1101 1001001 10011 110001 111101 110011

Color Harmonies of #CEB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB337

Black with #CEB337

Text Example


Text Example

White with #CEB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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