Html Css Color HEX #CEB441 Old Gold

📋 copy color: '#CEB441'

red 206 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #CEB441

Tints of Old Gold #CEB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

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

R = 45.68%
G = 39.91%
B = 14.41%

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

#CEB441 (or 0xCEB441) is known color: Old Gold. HEX triplet: CE, B4 and 41. RGB value is (206,180,65). Sum of RGB (Red+Green+Blue) = 206+180+65=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB441 is #314BBE. Grayscale: #AFAFAF. Windows color (decimal): -3230655 or 4306126. OLE color: 4306126.

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

Color convert

RGB 206 180 65 -
CMYK 0 0.13 0.68 0.19
HSL 48.94º 0.59% 0.53% -
HSV(B) 48.94º 0.68% 0.81% -
XYZ 42.73 46.15 11.66 -
YUV 174.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 206 180 65 0 0.13 0.68 0.19 48.94 0.59 0.53
Hex CE B4 41 0 D 44 13 31 3B 35
Octal 316 264 101 0 15 104 23 61 73 65
Binary 11001110 10110100 1000001 0 1101 1000100 10011 110001 111011 110101

Color Harmonies of #CEB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB441

Black with #CEB441

Text Example


Text Example

White with #CEB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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