Html Css Color HEX #CEB939 Old Gold

📋 copy color: '#CEB939'

red 206 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #CEB939

Tints of Old Gold #CEB939

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

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

R = 45.98%
G = 41.29%
B = 12.72%

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

#CEB939 (or 0xCEB939) is known color: Old Gold. HEX triplet: CE, B9 and 39. RGB value is (206,185,57). Sum of RGB (Red+Green+Blue) = 206+185+57=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB939 is #3146C6. Grayscale: #B1B1B1. Windows color (decimal): -3229383 or 3783118. OLE color: 3783118.

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

Color convert

RGB 206 185 57 -
CMYK 0 0.10 0.72 0.19
HSL 51.54º 0.6% 0.52% -
HSV(B) 51.54º 0.72% 0.81% -
XYZ 43.54 48.12 10.86 -
YUV 176.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 206 185 57 0 0.10 0.72 0.19 51.54 0.6 0.52
Hex CE B9 39 0 A 48 13 34 3C 34
Octal 316 271 71 0 12 110 23 64 74 64
Binary 11001110 10111001 111001 0 1010 1001000 10011 110100 111100 110100

Color Harmonies of #CEB939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB939

Black with #CEB939

Text Example


Text Example

White with #CEB939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB939; }

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

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

background-color css

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

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

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

border-color css

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

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

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