Html Css Color HEX #CEBC31 Old Gold

📋 copy color: '#CEBC31'

red 206 ◦ green 188 ◦ blue 49

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

Shades of Old Gold #CEBC31

Tints of Old Gold #CEBC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

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

R = 46.5%
G = 42.44%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEBC31 (or 0xCEBC31) is known color: Old Gold. HEX triplet: CE, BC and 31. RGB value is (206,188,49). Sum of RGB (Red+Green+Blue) = 206+188+49=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC31 is #3143CE. Grayscale: #B2B2B2. Windows color (decimal): -3228623 or 3259598. OLE color: 3259598.

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

Color convert

RGB 206 188 49 -
CMYK 0 0.09 0.76 0.19
HSL 53.12º 0.62% 0.5% -
HSV(B) 53.12º 0.76% 0.81% -
XYZ 43.99 49.31 10.1 -
YUV 177.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 206 188 49 0 0.09 0.76 0.19 53.12 0.62 0.5
Hex CE BC 31 0 9 4C 13 35 3E 32
Octal 316 274 61 0 11 114 23 65 76 62
Binary 11001110 10111100 110001 0 1001 1001100 10011 110101 111110 110010

Color Harmonies of #CEBC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC31

Black with #CEBC31

Text Example


Text Example

White with #CEBC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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