Html Css Color HEX #CEBF31 Old Gold

📋 copy color: '#CEBF31'

red 206 ◦ green 191 ◦ blue 49

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

Shades of Old Gold #CEBF31

Tints of Old Gold #CEBF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 46.19%
G = 42.83%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEBF31 (or 0xCEBF31) is known color: Old Gold. HEX triplet: CE, BF and 31. RGB value is (206,191,49). Sum of RGB (Red+Green+Blue) = 206+191+49=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF31 is #3140CE. Grayscale: #B3B3B3. Windows color (decimal): -3227855 or 3260366. OLE color: 3260366.

HSL color Cylindrical-coordinate representation of color #CEBF31: hue angle of 54.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEBF31 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 49 -
CMYK 0 0.07 0.76 0.19
HSL 54.27º 0.62% 0.5% -
HSV(B) 54.27º 0.76% 0.81% -
XYZ 44.64 50.61 10.32 -
YUV 179.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 206 191 49 0 0.07 0.76 0.19 54.27 0.62 0.5
Hex CE BF 31 0 7 4C 13 36 3E 32
Octal 316 277 61 0 7 114 23 66 76 62
Binary 11001110 10111111 110001 0 111 1001100 10011 110110 111110 110010

Color Harmonies of #CEBF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF31

Black with #CEBF31

Text Example


Text Example

White with #CEBF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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