Html Css Color HEX #DDD820 Barberry

📋 copy color: '#DDD820'

red 221 ◦ green 216 ◦ blue 32

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

Shades of Barberry #DDD820

Tints of Barberry #DDD820

RGB

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

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

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

R = 47.12%
G = 46.06%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD820 (or 0xDDD820) is known color: Barberry. HEX triplet: DD, D8 and 20. RGB value is (221,216,32). Sum of RGB (Red+Green+Blue) = 221+216+32=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD820 is #2227DF. Grayscale: #C5C5C5. Windows color (decimal): -2238432 or 2152669. OLE color: 2152669.

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

Color convert

RGB 221 216 32 -
CMYK 0 0.02 0.86 0.13
HSL 58.41º 0.75% 0.5% -
HSV(B) 58.41º 0.86% 0.87% -
XYZ 54.64 64.59 10.95 -
YUV 196.52 35.16 145.46 -
System Red Green Blue C M Y K H S L
Decimal 221 216 32 0 0.02 0.86 0.13 58.41 0.75 0.5
Hex DD D8 20 0 2 56 D 3A 4B 32
Octal 335 330 40 0 2 126 15 72 113 62
Binary 11011101 11011000 100000 0 10 1010110 1101 111010 1001011 110010

Color Harmonies of #DDD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD820

Black with #DDD820

Text Example


Text Example

White with #DDD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD820; }

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

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

background-color css

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

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

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

border-color css

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

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

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