Html Css Color HEX #DED813 Barberry

📋 copy color: '#DED813'

red 222 ◦ green 216 ◦ blue 19

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

Shades of Barberry #DED813

Tints of Barberry #DED813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 48.58%
G = 47.26%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED813 (or 0xDED813) is known color: Barberry. HEX triplet: DE, D8 and 13. RGB value is (222,216,19). Sum of RGB (Red+Green+Blue) = 222+216+19=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DED813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED813 is #2127EC. Grayscale: #C4C4C4. Windows color (decimal): -2172909 or 1300702. OLE color: 1300702.

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

Color convert

RGB 222 216 19 -
CMYK 0 0.03 0.91 0.13
HSL 58.23º 0.84% 0.47% -
HSV(B) 58.23º 0.91% 0.87% -
XYZ 54.8 64.69 10.21 -
YUV 195.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 222 216 19 0 0.03 0.91 0.13 58.23 0.84 0.47
Hex DE D8 13 0 3 5B D 3A 54 2F
Octal 336 330 23 0 3 133 15 72 124 57
Binary 11011110 11011000 10011 0 11 1011011 1101 111010 1010100 101111

Color Harmonies of #DED813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED813

Black with #DED813

Text Example


Text Example

White with #DED813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED813; }

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

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

background-color css

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

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

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

border-color css

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

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

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