Html Css Color HEX #DDDC16 Barberry

📋 copy color: '#DDDC16'

red 221 ◦ green 220 ◦ blue 22

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

Shades of Barberry #DDDC16

Tints of Barberry #DDDC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.75%

R = 47.73%
G = 47.52%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDDC16 (or 0xDDDC16) is known color: Barberry. HEX triplet: DD, DC and 16. RGB value is (221,220,22). Sum of RGB (Red+Green+Blue) = 221+220+22=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC16 is #2223E9. Grayscale: #C6C6C6. Windows color (decimal): -2237418 or 1498333. OLE color: 1498333.

HSL color Cylindrical-coordinate representation of color #DDDC16: hue angle of 59.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDDC16 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 22 -
CMYK 0 0.00 0.90 0.13
HSL 59.7º 0.82% 0.48% -
HSV(B) 59.7º 0.9% 0.87% -
XYZ 55.56 66.62 10.69 -
YUV 197.73 28.83 144.6 -
System Red Green Blue C M Y K H S L
Decimal 221 220 22 0 0.00 0.90 0.13 59.7 0.82 0.48
Hex DD DC 16 0 0 5A D 3C 52 30
Octal 335 334 26 0 0 132 15 74 122 60
Binary 11011101 11011100 10110 0 0 1011010 1101 111100 1010010 110000

Color Harmonies of #DDDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC16

Black with #DDDC16

Text Example


Text Example

White with #DDDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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