Html Css Color HEX #DDD719 Barberry

📋 copy color: '#DDD719'

red 221 ◦ green 215 ◦ blue 25

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

Shades of Barberry #DDD719

Tints of Barberry #DDD719

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

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

R = 47.94%
G = 46.64%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD719 (or 0xDDD719) is known color: Barberry. HEX triplet: DD, D7 and 19. RGB value is (221,215,25). Sum of RGB (Red+Green+Blue) = 221+215+25=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD719 is #2228E6. Grayscale: #C3C3C3. Windows color (decimal): -2238695 or 1693661. OLE color: 1693661.

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

Color convert

RGB 221 215 25 -
CMYK 0 0.03 0.89 0.13
HSL 58.16º 0.8% 0.48% -
HSV(B) 58.16º 0.89% 0.87% -
XYZ 54.29 64.04 10.42 -
YUV 195.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 221 215 25 0 0.03 0.89 0.13 58.16 0.8 0.48
Hex DD D7 19 0 3 59 D 3A 50 30
Octal 335 327 31 0 3 131 15 72 120 60
Binary 11011101 11010111 11001 0 11 1011001 1101 111010 1010000 110000

Color Harmonies of #DDD719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD719

Black with #DDD719

Text Example


Text Example

White with #DDD719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD719; }

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

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

background-color css

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

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

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

border-color css

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

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

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