Html Css Color HEX #CEBF49 Old Gold

📋 copy color: '#CEBF49'

red 206 ◦ green 191 ◦ blue 73

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

Shades of Old Gold #CEBF49

Tints of Old Gold #CEBF49

RGB

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

 GREEN value IS 191 (75% from 255) = 40.64%

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

R = 43.83%
G = 40.64%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEBF49 (or 0xCEBF49) is known color: Old Gold. HEX triplet: CE, BF and 49. RGB value is (206,191,73). Sum of RGB (Red+Green+Blue) = 206+191+73=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF49 is #3140B6. Grayscale: #B6B6B6. Windows color (decimal): -3227831 or 4833230. OLE color: 4833230.

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

Color convert

RGB 206 191 73 -
CMYK 0 0.07 0.65 0.19
HSL 53.23º 0.58% 0.55% -
HSV(B) 53.23º 0.65% 0.81% -
XYZ 45.29 50.86 13.73 -
YUV 182.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 206 191 73 0 0.07 0.65 0.19 53.23 0.58 0.55
Hex CE BF 49 0 7 41 13 35 3A 37
Octal 316 277 111 0 7 101 23 65 72 67
Binary 11001110 10111111 1001001 0 111 1000001 10011 110101 111010 110111

Color Harmonies of #CEBF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF49

Black with #CEBF49

Text Example


Text Example

White with #CEBF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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