Html Css Color HEX #DDD020 Barberry

📋 copy color: '#DDD020'

red 221 ◦ green 208 ◦ blue 32

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

Shades of Barberry #DDD020

Tints of Barberry #DDD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

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

R = 47.94%
G = 45.12%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD020 (or 0xDDD020) is known color: Barberry. HEX triplet: DD, D0 and 20. RGB value is (221,208,32). Sum of RGB (Red+Green+Blue) = 221+208+32=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD020 is #222FDF. Grayscale: #C0C0C0. Windows color (decimal): -2240480 or 2150621. OLE color: 2150621.

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

Color convert

RGB 221 208 32 -
CMYK 0 0.06 0.86 0.13
HSL 55.87º 0.75% 0.5% -
HSV(B) 55.87º 0.86% 0.87% -
XYZ 52.64 60.59 10.29 -
YUV 191.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 221 208 32 0 0.06 0.86 0.13 55.87 0.75 0.5
Hex DD D0 20 0 6 56 D 38 4B 32
Octal 335 320 40 0 6 126 15 70 113 62
Binary 11011101 11010000 100000 0 110 1010110 1101 111000 1001011 110010

Color Harmonies of #DDD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD020

Black with #DDD020

Text Example


Text Example

White with #DDD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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