Html Css Color HEX #DDD819 Barberry

📋 copy color: '#DDD819'

red 221 ◦ green 216 ◦ blue 25

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

Shades of Barberry #DDD819

Tints of Barberry #DDD819

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.75%

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

R = 47.84%
G = 46.75%
B = 5.41%

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

#DDD819 (or 0xDDD819) is known color: Barberry. HEX triplet: DD, D8 and 19. RGB value is (221,216,25). Sum of RGB (Red+Green+Blue) = 221+216+25=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD819 is #2227E6. Grayscale: #C4C4C4. Windows color (decimal): -2238439 or 1693917. OLE color: 1693917.

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

Color convert

RGB 221 216 25 -
CMYK 0 0.02 0.89 0.13
HSL 58.47º 0.8% 0.48% -
HSV(B) 58.47º 0.89% 0.87% -
XYZ 54.55 64.55 10.5 -
YUV 195.72 31.66 146.03 -
System Red Green Blue C M Y K H S L
Decimal 221 216 25 0 0.02 0.89 0.13 58.47 0.8 0.48
Hex DD D8 19 0 2 59 D 3A 50 30
Octal 335 330 31 0 2 131 15 72 120 60
Binary 11011101 11011000 11001 0 10 1011001 1101 111010 1010000 110000

Color Harmonies of #DDD819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD819

Black with #DDD819

Text Example


Text Example

White with #DDD819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD819; }

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

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

background-color css

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

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

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

border-color css

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

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

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