Html Css Color HEX #CEB342 Old Gold

📋 copy color: '#CEB342'

red 206 ◦ green 179 ◦ blue 66

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

Shades of Old Gold #CEB342

Tints of Old Gold #CEB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.69%

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

R = 45.68%
G = 39.69%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEB342 (or 0xCEB342) is known color: Old Gold. HEX triplet: CE, B3 and 42. RGB value is (206,179,66). Sum of RGB (Red+Green+Blue) = 206+179+66=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB342 is #314CBD. Grayscale: #AEAEAE. Windows color (decimal): -3230910 or 4371406. OLE color: 4371406.

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

Color convert

RGB 206 179 66 -
CMYK 0 0.13 0.68 0.19
HSL 48.43º 0.59% 0.53% -
HSV(B) 48.43º 0.68% 0.81% -
XYZ 42.56 45.76 11.74 -
YUV 174.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 206 179 66 0 0.13 0.68 0.19 48.43 0.59 0.53
Hex CE B3 42 0 D 44 13 30 3B 35
Octal 316 263 102 0 15 104 23 60 73 65
Binary 11001110 10110011 1000010 0 1101 1000100 10011 110000 111011 110101

Color Harmonies of #CEB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB342

Black with #CEB342

Text Example


Text Example

White with #CEB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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