Html Css Color HEX #DDD320 Barberry

📋 copy color: '#DDD320'

red 221 ◦ green 211 ◦ blue 32

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

Shades of Barberry #DDD320

Tints of Barberry #DDD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 47.63%
G = 45.47%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD320 (or 0xDDD320) is known color: Barberry. HEX triplet: DD, D3 and 20. RGB value is (221,211,32). Sum of RGB (Red+Green+Blue) = 221+211+32=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD320 is #222CDF. Grayscale: #C2C2C2. Windows color (decimal): -2239712 or 2151389. OLE color: 2151389.

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

Color convert

RGB 221 211 32 -
CMYK 0 0.05 0.86 0.13
HSL 56.83º 0.75% 0.5% -
HSV(B) 56.83º 0.86% 0.87% -
XYZ 53.37 62.06 10.53 -
YUV 193.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 221 211 32 0 0.05 0.86 0.13 56.83 0.75 0.5
Hex DD D3 20 0 5 56 D 39 4B 32
Octal 335 323 40 0 5 126 15 71 113 62
Binary 11011101 11010011 100000 0 101 1010110 1101 111001 1001011 110010

Color Harmonies of #DDD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD320

Black with #DDD320

Text Example


Text Example

White with #DDD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD320; }

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

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

background-color css

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

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

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

border-color css

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

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

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