Html Css Color HEX #CEB546 Old Gold

📋 copy color: '#CEB546'

red 206 ◦ green 181 ◦ blue 70

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

Shades of Old Gold #CEB546

Tints of Old Gold #CEB546

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 45.08%
G = 39.61%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEB546 (or 0xCEB546) is known color: Old Gold. HEX triplet: CE, B5 and 46. RGB value is (206,181,70). Sum of RGB (Red+Green+Blue) = 206+181+70=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB546 is #314AB9. Grayscale: #B0B0B0. Windows color (decimal): -3230394 or 4634062. OLE color: 4634062.

HSL color Cylindrical-coordinate representation of color #CEB546: hue angle of 48.97º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEB546 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 70 -
CMYK 0 0.12 0.66 0.19
HSL 48.97º 0.58% 0.54% -
HSV(B) 48.97º 0.66% 0.81% -
XYZ 43.08 46.61 12.52 -
YUV 175.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 206 181 70 0 0.12 0.66 0.19 48.97 0.58 0.54
Hex CE B5 46 0 C 42 13 31 3A 36
Octal 316 265 106 0 14 102 23 61 72 66
Binary 11001110 10110101 1000110 0 1100 1000010 10011 110001 111010 110110

Color Harmonies of #CEB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB546

Black with #CEB546

Text Example


Text Example

White with #CEB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB546; }

 p { color: rgb(206,181,70); }

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

background-color css

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

 a { background-color: rgb(206,181,70); }

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

border-color css

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

 span { border-color: rgb(206,181,70); }

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