Html Css Color HEX #CEB747 Old Gold

📋 copy color: '#CEB747'

red 206 ◦ green 183 ◦ blue 71

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

Shades of Old Gold #CEB747

Tints of Old Gold #CEB747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.43%

R = 44.78%
G = 39.78%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEB747 (or 0xCEB747) is known color: Old Gold. HEX triplet: CE, B7 and 47. RGB value is (206,183,71). Sum of RGB (Red+Green+Blue) = 206+183+71=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB747 is #3148B8. Grayscale: #B1B1B1. Windows color (decimal): -3229881 or 4700110. OLE color: 4700110.

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

Color convert

RGB 206 183 71 -
CMYK 0 0.11 0.66 0.19
HSL 49.78º 0.58% 0.54% -
HSV(B) 49.78º 0.66% 0.81% -
XYZ 43.52 47.44 12.82 -
YUV 177.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 206 183 71 0 0.11 0.66 0.19 49.78 0.58 0.54
Hex CE B7 47 0 B 42 13 32 3A 36
Octal 316 267 107 0 13 102 23 62 72 66
Binary 11001110 10110111 1000111 0 1011 1000010 10011 110010 111010 110110

Color Harmonies of #CEB747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB747

Black with #CEB747

Text Example


Text Example

White with #CEB747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB747; }

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

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

background-color css

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

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

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

border-color css

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

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

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