Html Css Color HEX #CEBA31 Old Gold

📋 copy color: '#CEBA31'

red 206 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #CEBA31

Tints of Old Gold #CEBA31

RGB

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

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

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

R = 46.71%
G = 42.18%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEBA31 (or 0xCEBA31) is known color: Old Gold. HEX triplet: CE, BA and 31. RGB value is (206,186,49). Sum of RGB (Red+Green+Blue) = 206+186+49=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA31 is #3145CE. Grayscale: #B0B0B0. Windows color (decimal): -3229135 or 3259086. OLE color: 3259086.

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

Color convert

RGB 206 186 49 -
CMYK 0 0.10 0.76 0.19
HSL 52.36º 0.62% 0.5% -
HSV(B) 52.36º 0.76% 0.81% -
XYZ 43.57 48.46 9.96 -
YUV 176.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 206 186 49 0 0.10 0.76 0.19 52.36 0.62 0.5
Hex CE BA 31 0 A 4C 13 34 3E 32
Octal 316 272 61 0 12 114 23 64 76 62
Binary 11001110 10111010 110001 0 1010 1001100 10011 110100 111110 110010

Color Harmonies of #CEBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA31

Black with #CEBA31

Text Example


Text Example

White with #CEBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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