Html Css Color HEX #CEBA46 Old Gold

📋 copy color: '#CEBA46'

red 206 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #CEBA46

Tints of Old Gold #CEBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 44.59%
G = 40.26%
B = 15.15%

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

#CEBA46 (or 0xCEBA46) is known color: Old Gold. HEX triplet: CE, BA and 46. RGB value is (206,186,70). Sum of RGB (Red+Green+Blue) = 206+186+70=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA46 is #3145B9. Grayscale: #B3B3B3. Windows color (decimal): -3229114 or 4635342. OLE color: 4635342.

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

Color convert

RGB 206 186 70 -
CMYK 0 0.10 0.66 0.19
HSL 51.18º 0.58% 0.54% -
HSV(B) 51.18º 0.66% 0.81% -
XYZ 44.12 48.68 12.87 -
YUV 178.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 206 186 70 0 0.10 0.66 0.19 51.18 0.58 0.54
Hex CE BA 46 0 A 42 13 33 3A 36
Octal 316 272 106 0 12 102 23 63 72 66
Binary 11001110 10111010 1000110 0 1010 1000010 10011 110011 111010 110110

Color Harmonies of #CEBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA46

Black with #CEBA46

Text Example


Text Example

White with #CEBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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