Html Css Color HEX #DED411 Barberry

📋 copy color: '#DED411'

red 222 ◦ green 212 ◦ blue 17

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

Shades of Barberry #DED411

Tints of Barberry #DED411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

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

R = 49.22%
G = 47.01%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED411 (or 0xDED411) is known color: Barberry. HEX triplet: DE, D4 and 11. RGB value is (222,212,17). Sum of RGB (Red+Green+Blue) = 222+212+17=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DED411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED411 is #212BEE. Grayscale: #C1C1C1. Windows color (decimal): -2173935 or 1168606. OLE color: 1168606.

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

Color convert

RGB 222 212 17 -
CMYK 0 0.05 0.92 0.13
HSL 57.07º 0.86% 0.47% -
HSV(B) 57.07º 0.92% 0.87% -
XYZ 53.77 62.66 9.79 -
YUV 192.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 222 212 17 0 0.05 0.92 0.13 57.07 0.86 0.47
Hex DE D4 11 0 5 5C D 39 56 2F
Octal 336 324 21 0 5 134 15 71 126 57
Binary 11011110 11010100 10001 0 101 1011100 1101 111001 1010110 101111

Color Harmonies of #DED411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED411

Black with #DED411

Text Example


Text Example

White with #DED411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED411; }

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

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

background-color css

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

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

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

border-color css

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

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

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