Html Css Color HEX #DED513 Barberry

📋 copy color: '#DED513'

red 222 ◦ green 213 ◦ blue 19

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

Shades of Barberry #DED513

Tints of Barberry #DED513

RGB

 RED value IS 222 (87.11% from 255) = 48.9%

 GREEN value IS 213 (83.59% from 255) = 46.92%

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 48.9%
G = 46.92%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED513 (or 0xDED513) is known color: Barberry. HEX triplet: DE, D5 and 13. RGB value is (222,213,19). Sum of RGB (Red+Green+Blue) = 222+213+19=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED513 is #212AEC. Grayscale: #C2C2C2. Windows color (decimal): -2173677 or 1299934. OLE color: 1299934.

HSL color Cylindrical-coordinate representation of color #DED513: hue angle of 57.34º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DED513 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 19 -
CMYK 0 0.04 0.91 0.13
HSL 57.34º 0.84% 0.47% -
HSV(B) 57.34º 0.91% 0.87% -
XYZ 54.04 63.17 9.96 -
YUV 193.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 222 213 19 0 0.04 0.91 0.13 57.34 0.84 0.47
Hex DE D5 13 0 4 5B D 39 54 2F
Octal 336 325 23 0 4 133 15 71 124 57
Binary 11011110 11010101 10011 0 100 1011011 1101 111001 1010100 101111

Color Harmonies of #DED513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED513

Black with #DED513

Text Example


Text Example

White with #DED513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED513; }

 p { color: rgb(222,213,19); }

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

background-color css

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

 a { background-color: rgb(222,213,19); }

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

border-color css

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

 span { border-color: rgb(222,213,19); }

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