Html Css Color HEX #CEBA47 Old Gold

📋 copy color: '#CEBA47'

red 206 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #CEBA47

Tints of Old Gold #CEBA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

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

R = 44.49%
G = 40.17%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEBA47 (or 0xCEBA47) is known color: Old Gold. HEX triplet: CE, BA and 47. RGB value is (206,186,71). Sum of RGB (Red+Green+Blue) = 206+186+71=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA47 is #3145B8. Grayscale: #B3B3B3. Windows color (decimal): -3229113 or 4700878. OLE color: 4700878.

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

Color convert

RGB 206 186 71 -
CMYK 0 0.10 0.66 0.19
HSL 51.11º 0.58% 0.54% -
HSV(B) 51.11º 0.66% 0.81% -
XYZ 44.15 48.69 13.03 -
YUV 178.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 206 186 71 0 0.10 0.66 0.19 51.11 0.58 0.54
Hex CE BA 47 0 A 42 13 33 3A 36
Octal 316 272 107 0 12 102 23 63 72 66
Binary 11001110 10111010 1000111 0 1010 1000010 10011 110011 111010 110110

Color Harmonies of #CEBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA47

Black with #CEBA47

Text Example


Text Example

White with #CEBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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