Html Css Color HEX #CEB541 Old Gold

📋 copy color: '#CEB541'

red 206 ◦ green 181 ◦ blue 65

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

Shades of Old Gold #CEB541

Tints of Old Gold #CEB541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 45.58%
G = 40.04%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEB541 (or 0xCEB541) is known color: Old Gold. HEX triplet: CE, B5 and 41. RGB value is (206,181,65). Sum of RGB (Red+Green+Blue) = 206+181+65=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB541 is #314ABE. Grayscale: #AFAFAF. Windows color (decimal): -3230399 or 4306382. OLE color: 4306382.

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

Color convert

RGB 206 181 65 -
CMYK 0 0.12 0.68 0.19
HSL 49.36º 0.59% 0.53% -
HSV(B) 49.36º 0.68% 0.81% -
XYZ 42.93 46.55 11.72 -
YUV 175.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 206 181 65 0 0.12 0.68 0.19 49.36 0.59 0.53
Hex CE B5 41 0 C 44 13 31 3B 35
Octal 316 265 101 0 14 104 23 61 73 65
Binary 11001110 10110101 1000001 0 1100 1000100 10011 110001 111011 110101

Color Harmonies of #CEB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB541

Black with #CEB541

Text Example


Text Example

White with #CEB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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