Html Css Color HEX #DDD919 Barberry

📋 copy color: '#DDD919'

red 221 ◦ green 217 ◦ blue 25

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

Shades of Barberry #DDD919

Tints of Barberry #DDD919

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.87%

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

R = 47.73%
G = 46.87%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD919 (or 0xDDD919) is known color: Barberry. HEX triplet: DD, D9 and 19. RGB value is (221,217,25). Sum of RGB (Red+Green+Blue) = 221+217+25=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD919 is #2226E6. Grayscale: #C5C5C5. Windows color (decimal): -2238183 or 1694173. OLE color: 1694173.

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

Color convert

RGB 221 217 25 -
CMYK 0 0.02 0.89 0.13
HSL 58.78º 0.8% 0.48% -
HSV(B) 58.78º 0.89% 0.87% -
XYZ 54.81 65.07 10.59 -
YUV 196.31 31.33 145.61 -
System Red Green Blue C M Y K H S L
Decimal 221 217 25 0 0.02 0.89 0.13 58.78 0.8 0.48
Hex DD D9 19 0 2 59 D 3B 50 30
Octal 335 331 31 0 2 131 15 73 120 60
Binary 11011101 11011001 11001 0 10 1011001 1101 111011 1010000 110000

Color Harmonies of #DDD919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD919

Black with #DDD919

Text Example


Text Example

White with #DDD919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD919; }

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

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

background-color css

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

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

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

border-color css

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

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

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