Html Css Color HEX #DDDC11 Barberry

📋 copy color: '#DDDC11'

red 221 ◦ green 220 ◦ blue 17

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

Shades of Barberry #DDDC11

Tints of Barberry #DDDC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

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

R = 48.25%
G = 48.03%
B = 3.71%

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

#DDDC11 (or 0xDDDC11) is known color: Barberry. HEX triplet: DD, DC and 11. RGB value is (221,220,17). Sum of RGB (Red+Green+Blue) = 221+220+17=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC11 is #2223EE. Grayscale: #C5C5C5. Windows color (decimal): -2237423 or 1170653. OLE color: 1170653.

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

Color convert

RGB 221 220 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 55.51 66.6 10.46 -
YUV 197.16 26.33 145.01 -
System Red Green Blue C M Y K H S L
Decimal 221 220 17 0 0.00 0.92 0.13 59.71 0.86 0.47
Hex DD DC 11 0 0 5C D 3C 56 2F
Octal 335 334 21 0 0 134 15 74 126 57
Binary 11011101 11011100 10001 0 0 1011100 1101 111100 1010110 101111

Color Harmonies of #DDDC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC11

Black with #DDDC11

Text Example


Text Example

White with #DDDC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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