Html Css Color HEX #CEBA37 Old Gold

📋 copy color: '#CEBA37'

red 206 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #CEBA37

Tints of Old Gold #CEBA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

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

R = 46.09%
G = 41.61%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEBA37 (or 0xCEBA37) is known color: Old Gold. HEX triplet: CE, BA and 37. RGB value is (206,186,55). Sum of RGB (Red+Green+Blue) = 206+186+55=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA37 is #3145C8. Grayscale: #B1B1B1. Windows color (decimal): -3229129 or 3652302. OLE color: 3652302.

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

Color convert

RGB 206 186 55 -
CMYK 0 0.10 0.73 0.19
HSL 52.05º 0.61% 0.51% -
HSV(B) 52.05º 0.73% 0.81% -
XYZ 43.7 48.52 10.68 -
YUV 177.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 206 186 55 0 0.10 0.73 0.19 52.05 0.61 0.51
Hex CE BA 37 0 A 49 13 34 3D 33
Octal 316 272 67 0 12 111 23 64 75 63
Binary 11001110 10111010 110111 0 1010 1001001 10011 110100 111101 110011

Color Harmonies of #CEBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA37

Black with #CEBA37

Text Example


Text Example

White with #CEBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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