Html Css Color HEX #CEB737 Old Gold

📋 copy color: '#CEB737'

red 206 ◦ green 183 ◦ blue 55

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

Shades of Old Gold #CEB737

Tints of Old Gold #CEB737

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

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

R = 46.4%
G = 41.22%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB737 (or 0xCEB737) is known color: Old Gold. HEX triplet: CE, B7 and 37. RGB value is (206,183,55). Sum of RGB (Red+Green+Blue) = 206+183+55=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB737 is #3148C8. Grayscale: #AFAFAF. Windows color (decimal): -3229897 or 3651534. OLE color: 3651534.

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

Color convert

RGB 206 183 55 -
CMYK 0 0.11 0.73 0.19
HSL 50.86º 0.61% 0.51% -
HSV(B) 50.86º 0.73% 0.81% -
XYZ 43.08 47.26 10.47 -
YUV 175.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 206 183 55 0 0.11 0.73 0.19 50.86 0.61 0.51
Hex CE B7 37 0 B 49 13 33 3D 33
Octal 316 267 67 0 13 111 23 63 75 63
Binary 11001110 10110111 110111 0 1011 1001001 10011 110011 111101 110011

Color Harmonies of #CEB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB737

Black with #CEB737

Text Example


Text Example

White with #CEB737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB737; }

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

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

background-color css

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

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

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

border-color css

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

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

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