Html Css Color HEX #CEB748 Old Gold

📋 copy color: '#CEB748'

red 206 ◦ green 183 ◦ blue 72

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

Shades of Old Gold #CEB748

Tints of Old Gold #CEB748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 72 (28.52% from 255) = 15.62%

R = 44.69%
G = 39.7%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEB748 (or 0xCEB748) is known color: Old Gold. HEX triplet: CE, B7 and 48. RGB value is (206,183,72). Sum of RGB (Red+Green+Blue) = 206+183+72=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB748 is #3148B7. Grayscale: #B1B1B1. Windows color (decimal): -3229880 or 4765646. OLE color: 4765646.

HSL color Cylindrical-coordinate representation of color #CEB748: hue angle of 49.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEB748 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 72 -
CMYK 0 0.11 0.65 0.19
HSL 49.7º 0.58% 0.55% -
HSV(B) 49.7º 0.65% 0.81% -
XYZ 43.56 47.46 13 -
YUV 177.22 68.62 148.53 -
System Red Green Blue C M Y K H S L
Decimal 206 183 72 0 0.11 0.65 0.19 49.7 0.58 0.55
Hex CE B7 48 0 B 41 13 32 3A 37
Octal 316 267 110 0 13 101 23 62 72 67
Binary 11001110 10110111 1001000 0 1011 1000001 10011 110010 111010 110111

Color Harmonies of #CEB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB748

Black with #CEB748

Text Example


Text Example

White with #CEB748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB748; }

 p { color: rgb(206,183,72); }

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

background-color css

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

 a { background-color: rgb(206,183,72); }

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

border-color css

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

 span { border-color: rgb(206,183,72); }

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