Html Css Color HEX #CEB745 Old Gold

📋 copy color: '#CEB745'

red 206 ◦ green 183 ◦ blue 69

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

Shades of Old Gold #CEB745

Tints of Old Gold #CEB745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 44.98%
G = 39.96%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB745 (or 0xCEB745) is known color: Old Gold. HEX triplet: CE, B7 and 45. RGB value is (206,183,69). Sum of RGB (Red+Green+Blue) = 206+183+69=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB745 is #3148BA. Grayscale: #B1B1B1. Windows color (decimal): -3229883 or 4569038. OLE color: 4569038.

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

Color convert

RGB 206 183 69 -
CMYK 0 0.11 0.67 0.19
HSL 49.93º 0.58% 0.54% -
HSV(B) 49.93º 0.67% 0.81% -
XYZ 43.46 47.42 12.49 -
YUV 176.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 206 183 69 0 0.11 0.67 0.19 49.93 0.58 0.54
Hex CE B7 45 0 B 43 13 32 3A 36
Octal 316 267 105 0 13 103 23 62 72 66
Binary 11001110 10110111 1000101 0 1011 1000011 10011 110010 111010 110110

Color Harmonies of #CEB745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB745

Black with #CEB745

Text Example


Text Example

White with #CEB745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB745; }

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

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

background-color css

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

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

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

border-color css

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

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

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