Html Css Color HEX #CEB241 Old Gold

📋 copy color: '#CEB241'

red 206 ◦ green 178 ◦ blue 65

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

Shades of Old Gold #CEB241

Tints of Old Gold #CEB241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

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

R = 45.88%
G = 39.64%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEB241 (or 0xCEB241) is known color: Old Gold. HEX triplet: CE, B2 and 41. RGB value is (206,178,65). Sum of RGB (Red+Green+Blue) = 206+178+65=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB241 is #314DBE. Grayscale: #ADADAD. Windows color (decimal): -3231167 or 4305614. OLE color: 4305614.

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

Color convert

RGB 206 178 65 -
CMYK 0 0.14 0.68 0.19
HSL 48.09º 0.59% 0.53% -
HSV(B) 48.09º 0.68% 0.81% -
XYZ 42.33 45.34 11.52 -
YUV 173.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 206 178 65 0 0.14 0.68 0.19 48.09 0.59 0.53
Hex CE B2 41 0 E 44 13 30 3B 35
Octal 316 262 101 0 16 104 23 60 73 65
Binary 11001110 10110010 1000001 0 1110 1000100 10011 110000 111011 110101

Color Harmonies of #CEB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB241

Black with #CEB241

Text Example


Text Example

White with #CEB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB241; }

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

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

background-color css

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

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

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

border-color css

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

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

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