Html Css Color HEX #DEDD11 Barberry

📋 copy color: '#DEDD11'

red 222 ◦ green 221 ◦ blue 17

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

Shades of Barberry #DEDD11

Tints of Barberry #DEDD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

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

R = 48.26%
G = 48.04%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEDD11 (or 0xDEDD11) is known color: Barberry. HEX triplet: DE, DD and 11. RGB value is (222,221,17). Sum of RGB (Red+Green+Blue) = 222+221+17=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD11 is #2122EE. Grayscale: #C6C6C6. Windows color (decimal): -2171631 or 1170910. OLE color: 1170910.

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

Color convert

RGB 222 221 17 -
CMYK 0 0.00 0.92 0.13
HSL 59.71º 0.86% 0.47% -
HSV(B) 59.71º 0.92% 0.87% -
XYZ 56.08 67.28 10.56 -
YUV 198.04 25.83 145.09 -
System Red Green Blue C M Y K H S L
Decimal 222 221 17 0 0.00 0.92 0.13 59.71 0.86 0.47
Hex DE DD 11 0 0 5C D 3C 56 2F
Octal 336 335 21 0 0 134 15 74 126 57
Binary 11011110 11011101 10001 0 0 1011100 1101 111100 1010110 101111

Color Harmonies of #DEDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD11

Black with #DEDD11

Text Example


Text Example

White with #DEDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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