Html Css Color HEX #DDDB15 Barberry

📋 copy color: '#DDDB15'

red 221 ◦ green 219 ◦ blue 21

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

Shades of Barberry #DDDB15

Tints of Barberry #DDDB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.56%

R = 47.94%
G = 47.51%
B = 4.56%

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

#DDDB15 (or 0xDDDB15) is known color: Barberry. HEX triplet: DD, DB and 15. RGB value is (221,219,21). Sum of RGB (Red+Green+Blue) = 221+219+21=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB15 is #2224EA. Grayscale: #C5C5C5. Windows color (decimal): -2237675 or 1432541. OLE color: 1432541.

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

Color convert

RGB 221 219 21 -
CMYK 0 0.01 0.90 0.13
HSL 59.4º 0.83% 0.47% -
HSV(B) 59.4º 0.9% 0.87% -
XYZ 55.29 66.09 10.55 -
YUV 197.03 28.66 145.1 -
System Red Green Blue C M Y K H S L
Decimal 221 219 21 0 0.01 0.90 0.13 59.4 0.83 0.47
Hex DD DB 15 0 1 5A D 3B 53 2F
Octal 335 333 25 0 1 132 15 73 123 57
Binary 11011101 11011011 10101 0 1 1011010 1101 111011 1010011 101111

Color Harmonies of #DDDB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB15

Black with #DDDB15

Text Example


Text Example

White with #DDDB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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