Html Css Color HEX #DDDB16 Barberry

📋 copy color: '#DDDB16'

red 221 ◦ green 219 ◦ blue 22

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

Shades of Barberry #DDDB16

Tints of Barberry #DDDB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

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

R = 47.84%
G = 47.4%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDDB16 (or 0xDDDB16) is known color: Barberry. HEX triplet: DD, DB and 16. RGB value is (221,219,22). Sum of RGB (Red+Green+Blue) = 221+219+22=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB16 is #2224E9. Grayscale: #C5C5C5. Windows color (decimal): -2237674 or 1498077. OLE color: 1498077.

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

Color convert

RGB 221 219 22 -
CMYK 0 0.01 0.90 0.13
HSL 59.4º 0.82% 0.48% -
HSV(B) 59.4º 0.9% 0.87% -
XYZ 55.3 66.09 10.6 -
YUV 197.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 221 219 22 0 0.01 0.90 0.13 59.4 0.82 0.48
Hex DD DB 16 0 1 5A D 3B 52 30
Octal 335 333 26 0 1 132 15 73 122 60
Binary 11011101 11011011 10110 0 1 1011010 1101 111011 1010010 110000

Color Harmonies of #DDDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB16

Black with #DDDB16

Text Example


Text Example

White with #DDDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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