Html Css Color HEX #DED611 Barberry

📋 copy color: '#DED611'

red 222 ◦ green 214 ◦ blue 17

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

Shades of Barberry #DED611

Tints of Barberry #DED611

RGB

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

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

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

R = 49.01%
G = 47.24%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED611 (or 0xDED611) is known color: Barberry. HEX triplet: DE, D6 and 11. RGB value is (222,214,17). Sum of RGB (Red+Green+Blue) = 222+214+17=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED611 is #2129EE. Grayscale: #C2C2C2. Windows color (decimal): -2173423 or 1169118. OLE color: 1169118.

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

Color convert

RGB 222 214 17 -
CMYK 0 0.04 0.92 0.13
HSL 57.66º 0.86% 0.47% -
HSV(B) 57.66º 0.92% 0.87% -
XYZ 54.27 63.66 9.96 -
YUV 193.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 222 214 17 0 0.04 0.92 0.13 57.66 0.86 0.47
Hex DE D6 11 0 4 5C D 3A 56 2F
Octal 336 326 21 0 4 134 15 72 126 57
Binary 11011110 11010110 10001 0 100 1011100 1101 111010 1010110 101111

Color Harmonies of #DED611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED611

Black with #DED611

Text Example


Text Example

White with #DED611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED611; }

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

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

background-color css

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

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

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

border-color css

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

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

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