Html Css Color HEX #DED613 Barberry

📋 copy color: '#DED613'

red 222 ◦ green 214 ◦ blue 19

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

Shades of Barberry #DED613

Tints of Barberry #DED613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

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

R = 48.79%
G = 47.03%
B = 4.18%

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

#DED613 (or 0xDED613) is known color: Barberry. HEX triplet: DE, D6 and 13. RGB value is (222,214,19). Sum of RGB (Red+Green+Blue) = 222+214+19=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED613 is #2129EC. Grayscale: #C2C2C2. Windows color (decimal): -2173421 or 1300190. OLE color: 1300190.

HSL color Cylindrical-coordinate representation of color #DED613: hue angle of 57.64º 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 #DED613 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 19 -
CMYK 0 0.04 0.91 0.13
HSL 57.64º 0.84% 0.47% -
HSV(B) 57.64º 0.91% 0.87% -
XYZ 54.29 63.67 10.04 -
YUV 194.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 222 214 19 0 0.04 0.91 0.13 57.64 0.84 0.47
Hex DE D6 13 0 4 5B D 3A 54 2F
Octal 336 326 23 0 4 133 15 72 124 57
Binary 11011110 11010110 10011 0 100 1011011 1101 111010 1010100 101111

Color Harmonies of #DED613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED613

Black with #DED613

Text Example


Text Example

White with #DED613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED613; }

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

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

background-color css

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

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

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

border-color css

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

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

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