Html Css Color HEX #CEBA49 Old Gold

📋 copy color: '#CEBA49'

red 206 ◦ green 186 ◦ blue 73

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

Shades of Old Gold #CEBA49

Tints of Old Gold #CEBA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.7%

R = 44.3%
G = 40%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEBA49 (or 0xCEBA49) is known color: Old Gold. HEX triplet: CE, BA and 49. RGB value is (206,186,73). Sum of RGB (Red+Green+Blue) = 206+186+73=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA49 is #3145B6. Grayscale: #B3B3B3. Windows color (decimal): -3229111 or 4831950. OLE color: 4831950.

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

Color convert

RGB 206 186 73 -
CMYK 0 0.10 0.65 0.19
HSL 50.98º 0.58% 0.55% -
HSV(B) 50.98º 0.65% 0.81% -
XYZ 44.22 48.72 13.38 -
YUV 179.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 206 186 73 0 0.10 0.65 0.19 50.98 0.58 0.55
Hex CE BA 49 0 A 41 13 33 3A 37
Octal 316 272 111 0 12 101 23 63 72 67
Binary 11001110 10111010 1001001 0 1010 1000001 10011 110011 111010 110111

Color Harmonies of #CEBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA49

Black with #CEBA49

Text Example


Text Example

White with #CEBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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