Html Css Color HEX #DDD519 Barberry

📋 copy color: '#DDD519'

red 221 ◦ green 213 ◦ blue 25

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

Shades of Barberry #DDD519

Tints of Barberry #DDD519

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

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

R = 48.15%
G = 46.41%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD519 (or 0xDDD519) is known color: Barberry. HEX triplet: DD, D5 and 19. RGB value is (221,213,25). Sum of RGB (Red+Green+Blue) = 221+213+25=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD519 is #222AE6. Grayscale: #C2C2C2. Windows color (decimal): -2239207 or 1693149. OLE color: 1693149.

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

Color convert

RGB 221 213 25 -
CMYK 0 0.04 0.89 0.13
HSL 57.55º 0.8% 0.48% -
HSV(B) 57.55º 0.89% 0.87% -
XYZ 53.79 63.03 10.25 -
YUV 193.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 221 213 25 0 0.04 0.89 0.13 57.55 0.8 0.48
Hex DD D5 19 0 4 59 D 3A 50 30
Octal 335 325 31 0 4 131 15 72 120 60
Binary 11011101 11010101 11001 0 100 1011001 1101 111010 1010000 110000

Color Harmonies of #DDD519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD519

Black with #DDD519

Text Example


Text Example

White with #DDD519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD519; }

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

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

background-color css

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

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

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

border-color css

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

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

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