Html Css Color HEX #CEBE37 Old Gold

📋 copy color: '#CEBE37'

red 206 ◦ green 190 ◦ blue 55

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

Shades of Old Gold #CEBE37

Tints of Old Gold #CEBE37

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

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

R = 45.68%
G = 42.13%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEBE37 (or 0xCEBE37) is known color: Old Gold. HEX triplet: CE, BE and 37. RGB value is (206,190,55). Sum of RGB (Red+Green+Blue) = 206+190+55=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE37 is #3141C8. Grayscale: #B3B3B3. Windows color (decimal): -3228105 or 3653326. OLE color: 3653326.

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

Color convert

RGB 206 190 55 -
CMYK 0 0.08 0.73 0.19
HSL 53.64º 0.61% 0.51% -
HSV(B) 53.64º 0.73% 0.81% -
XYZ 44.56 50.22 10.96 -
YUV 179.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 206 190 55 0 0.08 0.73 0.19 53.64 0.61 0.51
Hex CE BE 37 0 8 49 13 36 3D 33
Octal 316 276 67 0 10 111 23 66 75 63
Binary 11001110 10111110 110111 0 1000 1001001 10011 110110 111101 110011

Color Harmonies of #CEBE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE37

Black with #CEBE37

Text Example


Text Example

White with #CEBE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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