Html Css Color HEX #CEB538 Old Gold

📋 copy color: '#CEB538'

red 206 ◦ green 181 ◦ blue 56

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

Shades of Old Gold #CEB538

Tints of Old Gold #CEB538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.86%

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 46.5%
G = 40.86%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB538 (or 0xCEB538) is known color: Old Gold. HEX triplet: CE, B5 and 38. RGB value is (206,181,56). Sum of RGB (Red+Green+Blue) = 206+181+56=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB538 is #314AC7. Grayscale: #AEAEAE. Windows color (decimal): -3230408 or 3716558. OLE color: 3716558.

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

Color convert

RGB 206 181 56 -
CMYK 0 0.12 0.73 0.19
HSL 50º 0.6% 0.51% -
HSV(B) 50º 0.73% 0.81% -
XYZ 42.69 46.46 10.46 -
YUV 174.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 206 181 56 0 0.12 0.73 0.19 50 0.6 0.51
Hex CE B5 38 0 C 49 13 32 3C 33
Octal 316 265 70 0 14 111 23 62 74 63
Binary 11001110 10110101 111000 0 1100 1001001 10011 110010 111100 110011

Color Harmonies of #CEB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB538

Black with #CEB538

Text Example


Text Example

White with #CEB538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB538; }

 p { color: rgb(206,181,56); }

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

background-color css

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

 a { background-color: rgb(206,181,56); }

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

border-color css

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

 span { border-color: rgb(206,181,56); }

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