Html Css Color HEX #DDDD11 Barberry

📋 copy color: '#DDDD11'

red 221 ◦ green 221 ◦ blue 17

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

Shades of Barberry #DDDD11

Tints of Barberry #DDDD11

RGB

 RED value IS 221 (86.72% from 255) = 48.15%

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

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

R = 48.15%
G = 48.15%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDDD11 (or 0xDDDD11) is known color: Barberry. HEX triplet: DD, DD and 11. RGB value is (221,221,17). Sum of RGB (Red+Green+Blue) = 221+221+17=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD11 is #2222EE. Grayscale: #C6C6C6. Windows color (decimal): -2237167 or 1170909. OLE color: 1170909.

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

Color convert

RGB 221 221 17 -
CMYK 0 0 0.92 0.13
HSL 60º 0.86% 0.47% -
HSV(B) 60º 0.92% 0.87% -
XYZ 55.78 67.13 10.55 -
YUV 197.74 26 144.59 -
System Red Green Blue C M Y K H S L
Decimal 221 221 17 0 0 0.92 0.13 60 0.86 0.47
Hex DD DD 11 0 0 5C D 3C 56 2F
Octal 335 335 21 0 0 134 15 74 126 57
Binary 11011101 11011101 10001 0 0 1011100 1101 111100 1010110 101111

Color Harmonies of #DDDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD11

Black with #DDDD11

Text Example


Text Example

White with #DDDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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