Html Css Color HEX #CEB841 Old Gold

📋 copy color: '#CEB841'

red 206 ◦ green 184 ◦ blue 65

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

Shades of Old Gold #CEB841

Tints of Old Gold #CEB841

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 45.27%
G = 40.44%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEB841 (or 0xCEB841) is known color: Old Gold. HEX triplet: CE, B8 and 41. RGB value is (206,184,65). Sum of RGB (Red+Green+Blue) = 206+184+65=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB841 is #3147BE. Grayscale: #B1B1B1. Windows color (decimal): -3229631 or 4307150. OLE color: 4307150.

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

Color convert

RGB 206 184 65 -
CMYK 0 0.11 0.68 0.19
HSL 50.64º 0.59% 0.53% -
HSV(B) 50.64º 0.68% 0.81% -
XYZ 43.55 47.78 11.93 -
YUV 177.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 206 184 65 0 0.11 0.68 0.19 50.64 0.59 0.53
Hex CE B8 41 0 B 44 13 33 3B 35
Octal 316 270 101 0 13 104 23 63 73 65
Binary 11001110 10111000 1000001 0 1011 1000100 10011 110011 111011 110101

Color Harmonies of #CEB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB841

Black with #CEB841

Text Example


Text Example

White with #CEB841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB841; }

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

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

background-color css

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

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

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

border-color css

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

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

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