Html Css Color HEX #CEB240 Old Gold

📋 copy color: '#CEB240'

red 206 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #CEB240

Tints of Old Gold #CEB240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 45.98%
G = 39.73%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB240 (or 0xCEB240) is known color: Old Gold. HEX triplet: CE, B2 and 40. RGB value is (206,178,64). Sum of RGB (Red+Green+Blue) = 206+178+64=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB240 is #314DBF. Grayscale: #ADADAD. Windows color (decimal): -3231168 or 4240078. OLE color: 4240078.

HSL color Cylindrical-coordinate representation of color #CEB240: hue angle of 48.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEB240 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 64 -
CMYK 0 0.14 0.69 0.19
HSL 48.17º 0.59% 0.53% -
HSV(B) 48.17º 0.69% 0.81% -
XYZ 42.3 45.33 11.37 -
YUV 173.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 206 178 64 0 0.14 0.69 0.19 48.17 0.59 0.53
Hex CE B2 40 0 E 45 13 30 3B 35
Octal 316 262 100 0 16 105 23 60 73 65
Binary 11001110 10110010 1000000 0 1110 1000101 10011 110000 111011 110101

Color Harmonies of #CEB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB240

Black with #CEB240

Text Example


Text Example

White with #CEB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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