Html Css Color HEX #CEB238 Old Gold

📋 copy color: '#CEB238'

red 206 ◦ green 178 ◦ blue 56

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

Shades of Old Gold #CEB238

Tints of Old Gold #CEB238

RGB

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

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

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

R = 46.82%
G = 40.45%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB238 (or 0xCEB238) is known color: Old Gold. HEX triplet: CE, B2 and 38. RGB value is (206,178,56). Sum of RGB (Red+Green+Blue) = 206+178+56=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB238 is #314DC7. Grayscale: #ACACAC. Windows color (decimal): -3231176 or 3715790. OLE color: 3715790.

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

Color convert

RGB 206 178 56 -
CMYK 0 0.14 0.73 0.19
HSL 48.8º 0.6% 0.51% -
HSV(B) 48.8º 0.73% 0.81% -
XYZ 42.09 45.25 10.26 -
YUV 172.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 206 178 56 0 0.14 0.73 0.19 48.8 0.6 0.51
Hex CE B2 38 0 E 49 13 31 3C 33
Octal 316 262 70 0 16 111 23 61 74 63
Binary 11001110 10110010 111000 0 1110 1001001 10011 110001 111100 110011

Color Harmonies of #CEB238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB238

Black with #CEB238

Text Example


Text Example

White with #CEB238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB238; }

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

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

background-color css

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

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

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

border-color css

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

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

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