Html Css Color HEX #DED811 Barberry

📋 copy color: '#DED811'

red 222 ◦ green 216 ◦ blue 17

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

Shades of Barberry #DED811

Tints of Barberry #DED811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.74%

R = 48.79%
G = 47.47%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED811 (or 0xDED811) is known color: Barberry. HEX triplet: DE, D8 and 11. RGB value is (222,216,17). Sum of RGB (Red+Green+Blue) = 222+216+17=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED811 is #2127EE. Grayscale: #C3C3C3. Windows color (decimal): -2172911 or 1169630. OLE color: 1169630.

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

Color convert

RGB 222 216 17 -
CMYK 0 0.03 0.92 0.13
HSL 58.24º 0.86% 0.47% -
HSV(B) 58.24º 0.92% 0.87% -
XYZ 54.78 64.68 10.13 -
YUV 195.11 27.49 147.18 -
System Red Green Blue C M Y K H S L
Decimal 222 216 17 0 0.03 0.92 0.13 58.24 0.86 0.47
Hex DE D8 11 0 3 5C D 3A 56 2F
Octal 336 330 21 0 3 134 15 72 126 57
Binary 11011110 11011000 10001 0 11 1011100 1101 111010 1010110 101111

Color Harmonies of #DED811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED811

Black with #DED811

Text Example


Text Example

White with #DED811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED811; }

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

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

background-color css

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

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

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

border-color css

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

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

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