Html Css Color HEX #CEBA39 Old Gold

📋 copy color: '#CEBA39'

red 206 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #CEBA39

Tints of Old Gold #CEBA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.69%

R = 45.88%
G = 41.43%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEBA39 (or 0xCEBA39) is known color: Old Gold. HEX triplet: CE, BA and 39. RGB value is (206,186,57). Sum of RGB (Red+Green+Blue) = 206+186+57=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA39 is #3145C6. Grayscale: #B1B1B1. Windows color (decimal): -3229127 or 3783374. OLE color: 3783374.

HSL color Cylindrical-coordinate representation of color #CEBA39: hue angle of 51.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEBA39 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 57 -
CMYK 0 0.10 0.72 0.19
HSL 51.95º 0.6% 0.52% -
HSV(B) 51.95º 0.72% 0.81% -
XYZ 43.75 48.54 10.93 -
YUV 177.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 206 186 57 0 0.10 0.72 0.19 51.95 0.6 0.52
Hex CE BA 39 0 A 48 13 34 3C 34
Octal 316 272 71 0 12 110 23 64 74 64
Binary 11001110 10111010 111001 0 1010 1001000 10011 110100 111100 110100

Color Harmonies of #CEBA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA39

Black with #CEBA39

Text Example


Text Example

White with #CEBA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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