Html Css Color HEX #DDD219 Barberry

📋 copy color: '#DDD219'

red 221 ◦ green 210 ◦ blue 25

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

Shades of Barberry #DDD219

Tints of Barberry #DDD219

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.05%

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

R = 48.46%
G = 46.05%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD219 (or 0xDDD219) is known color: Barberry. HEX triplet: DD, D2 and 19. RGB value is (221,210,25). Sum of RGB (Red+Green+Blue) = 221+210+25=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD219 is #222DE6. Grayscale: #C0C0C0. Windows color (decimal): -2239975 or 1692381. OLE color: 1692381.

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

Color convert

RGB 221 210 25 -
CMYK 0 0.05 0.89 0.13
HSL 56.63º 0.8% 0.48% -
HSV(B) 56.63º 0.89% 0.87% -
XYZ 53.04 61.54 10 -
YUV 192.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 221 210 25 0 0.05 0.89 0.13 56.63 0.8 0.48
Hex DD D2 19 0 5 59 D 39 50 30
Octal 335 322 31 0 5 131 15 71 120 60
Binary 11011101 11010010 11001 0 101 1011001 1101 111001 1010000 110000

Color Harmonies of #DDD219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD219

Black with #DDD219

Text Example


Text Example

White with #DDD219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD219; }

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

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

background-color css

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

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

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

border-color css

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

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

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