Html Css Color HEX #DDDB19 Barberry

📋 copy color: '#DDDB19'

red 221 ◦ green 219 ◦ blue 25

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

Shades of Barberry #DDDB19

Tints of Barberry #DDDB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.38%

R = 47.53%
G = 47.1%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDDB19 (or 0xDDDB19) is known color: Barberry. HEX triplet: DD, DB and 19. RGB value is (221,219,25). Sum of RGB (Red+Green+Blue) = 221+219+25=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 25 (10.16% from 255 or 5.38% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB19 is #2224E6. Grayscale: #C6C6C6. Windows color (decimal): -2237671 or 1694685. OLE color: 1694685.

HSL color Cylindrical-coordinate representation of color #DDDB19: hue angle of 59.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDDB19 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 25 -
CMYK 0 0.01 0.89 0.13
HSL 59.39º 0.8% 0.48% -
HSV(B) 59.39º 0.89% 0.87% -
XYZ 55.33 66.11 10.76 -
YUV 197.48 30.66 144.77 -
System Red Green Blue C M Y K H S L
Decimal 221 219 25 0 0.01 0.89 0.13 59.39 0.8 0.48
Hex DD DB 19 0 1 59 D 3B 50 30
Octal 335 333 31 0 1 131 15 73 120 60
Binary 11011101 11011011 11001 0 1 1011001 1101 111011 1010000 110000

Color Harmonies of #DDDB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB19

Black with #DDDB19

Text Example


Text Example

White with #DDDB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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