Html Css Color HEX #CEB040 Old Gold

📋 copy color: '#CEB040'

red 206 ◦ green 176 ◦ blue 64

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

Shades of Old Gold #CEB040

Tints of Old Gold #CEB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.46%

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

R = 46.19%
G = 39.46%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB040 (or 0xCEB040) is known color: Old Gold. HEX triplet: CE, B0 and 40. RGB value is (206,176,64). Sum of RGB (Red+Green+Blue) = 206+176+64=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB040 is #314FBF. Grayscale: #ACACAC. Windows color (decimal): -3231680 or 4239566. OLE color: 4239566.

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

Color convert

RGB 206 176 64 -
CMYK 0 0.15 0.69 0.19
HSL 47.32º 0.59% 0.53% -
HSV(B) 47.32º 0.69% 0.81% -
XYZ 41.9 44.54 11.24 -
YUV 172.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 206 176 64 0 0.15 0.69 0.19 47.32 0.59 0.53
Hex CE B0 40 0 F 45 13 2F 3B 35
Octal 316 260 100 0 17 105 23 57 73 65
Binary 11001110 10110000 1000000 0 1111 1000101 10011 101111 111011 110101

Color Harmonies of #CEB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB040

Black with #CEB040

Text Example


Text Example

White with #CEB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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