Html Css Color HEX #DDD420 Barberry

📋 copy color: '#DDD420'

red 221 ◦ green 212 ◦ blue 32

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

Shades of Barberry #DDD420

Tints of Barberry #DDD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 47.53%
G = 45.59%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD420 (or 0xDDD420) is known color: Barberry. HEX triplet: DD, D4 and 20. RGB value is (221,212,32). Sum of RGB (Red+Green+Blue) = 221+212+32=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD420 is #222BDF. Grayscale: #C2C2C2. Windows color (decimal): -2239456 or 2151645. OLE color: 2151645.

HSL color Cylindrical-coordinate representation of color #DDD420: hue angle of 57.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD420 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 32 -
CMYK 0 0.04 0.86 0.13
HSL 57.14º 0.75% 0.5% -
HSV(B) 57.14º 0.86% 0.87% -
XYZ 53.62 62.56 10.62 -
YUV 194.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 221 212 32 0 0.04 0.86 0.13 57.14 0.75 0.5
Hex DD D4 20 0 4 56 D 39 4B 32
Octal 335 324 40 0 4 126 15 71 113 62
Binary 11011101 11010100 100000 0 100 1010110 1101 111001 1001011 110010

Color Harmonies of #DDD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD420

Black with #DDD420

Text Example


Text Example

White with #DDD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD420; }

 p { color: rgb(221,212,32); }

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

background-color css

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

 a { background-color: rgb(221,212,32); }

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

border-color css

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

 span { border-color: rgb(221,212,32); }

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