Html Css Color HEX #CEB942 Old Gold

📋 copy color: '#CEB942'

red 206 ◦ green 185 ◦ blue 66

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

Shades of Old Gold #CEB942

Tints of Old Gold #CEB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 45.08%
G = 40.48%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEB942 (or 0xCEB942) is known color: Old Gold. HEX triplet: CE, B9 and 42. RGB value is (206,185,66). Sum of RGB (Red+Green+Blue) = 206+185+66=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB942 is #3146BD. Grayscale: #B2B2B2. Windows color (decimal): -3229374 or 4372942. OLE color: 4372942.

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

Color convert

RGB 206 185 66 -
CMYK 0 0.10 0.68 0.19
HSL 51º 0.59% 0.53% -
HSV(B) 51º 0.68% 0.81% -
XYZ 43.79 48.21 12.15 -
YUV 177.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 206 185 66 0 0.10 0.68 0.19 51 0.59 0.53
Hex CE B9 42 0 A 44 13 33 3B 35
Octal 316 271 102 0 12 104 23 63 73 65
Binary 11001110 10111001 1000010 0 1010 1000100 10011 110011 111011 110101

Color Harmonies of #CEB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB942

Black with #CEB942

Text Example


Text Example

White with #CEB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB942; }

 p { color: rgb(206,185,66); }

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

background-color css

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

 a { background-color: rgb(206,185,66); }

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

border-color css

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

 span { border-color: rgb(206,185,66); }

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