Html Css Color HEX #CEB331 Old Gold

📋 copy color: '#CEB331'

red 206 ◦ green 179 ◦ blue 49

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

Shades of Old Gold #CEB331

Tints of Old Gold #CEB331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

 BLUE value IS 49 (19.53% from 255) = 11.29%

R = 47.47%
G = 41.24%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEB331 (or 0xCEB331) is known color: Old Gold. HEX triplet: CE, B3 and 31. RGB value is (206,179,49). Sum of RGB (Red+Green+Blue) = 206+179+49=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB331 is #314CCE. Grayscale: #ACACAC. Windows color (decimal): -3230927 or 3257294. OLE color: 3257294.

HSL color Cylindrical-coordinate representation of color #CEB331: hue angle of 49.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEB331 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 49 -
CMYK 0 0.13 0.76 0.19
HSL 49.68º 0.62% 0.5% -
HSV(B) 49.68º 0.76% 0.81% -
XYZ 42.13 45.58 9.48 -
YUV 172.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 206 179 49 0 0.13 0.76 0.19 49.68 0.62 0.5
Hex CE B3 31 0 D 4C 13 32 3E 32
Octal 316 263 61 0 15 114 23 62 76 62
Binary 11001110 10110011 110001 0 1101 1001100 10011 110010 111110 110010

Color Harmonies of #CEB331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB331

Black with #CEB331

Text Example


Text Example

White with #CEB331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB331; }

 p { color: rgb(206,179,49); }

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

background-color css

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

 a { background-color: rgb(206,179,49); }

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

border-color css

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

 span { border-color: rgb(206,179,49); }

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