Html Css Color HEX #CEB239 Old Gold

📋 copy color: '#CEB239'

red 206 ◦ green 178 ◦ blue 57

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

Shades of Old Gold #CEB239

Tints of Old Gold #CEB239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 46.71%
G = 40.36%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEB239 (or 0xCEB239) is known color: Old Gold. HEX triplet: CE, B2 and 39. RGB value is (206,178,57). Sum of RGB (Red+Green+Blue) = 206+178+57=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB239 is #314DC6. Grayscale: #ADADAD. Windows color (decimal): -3231175 or 3781326. OLE color: 3781326.

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

Color convert

RGB 206 178 57 -
CMYK 0 0.14 0.72 0.19
HSL 48.72º 0.6% 0.52% -
HSV(B) 48.72º 0.72% 0.81% -
XYZ 42.11 45.26 10.39 -
YUV 172.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 206 178 57 0 0.14 0.72 0.19 48.72 0.6 0.52
Hex CE B2 39 0 E 48 13 31 3C 34
Octal 316 262 71 0 16 110 23 61 74 64
Binary 11001110 10110010 111001 0 1110 1001000 10011 110001 111100 110100

Color Harmonies of #CEB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB239

Black with #CEB239

Text Example


Text Example

White with #CEB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB239; }

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

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

background-color css

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

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

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

border-color css

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

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

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