Html Css Color HEX #DDD221 Barberry

📋 copy color: '#DDD221'

red 221 ◦ green 210 ◦ blue 33

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

Shades of Barberry #DDD221

Tints of Barberry #DDD221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.11%

R = 47.63%
G = 45.26%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDD221 (or 0xDDD221) is known color: Barberry. HEX triplet: DD, D2 and 21. RGB value is (221,210,33). Sum of RGB (Red+Green+Blue) = 221+210+33=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD221 is #222DDE. Grayscale: #C1C1C1. Windows color (decimal): -2239967 or 2216669. OLE color: 2216669.

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

Color convert

RGB 221 210 33 -
CMYK 0 0.05 0.85 0.13
HSL 56.49º 0.74% 0.5% -
HSV(B) 56.49º 0.85% 0.87% -
XYZ 53.14 61.58 10.52 -
YUV 193.11 37.64 147.89 -
System Red Green Blue C M Y K H S L
Decimal 221 210 33 0 0.05 0.85 0.13 56.49 0.74 0.5
Hex DD D2 21 0 5 55 D 38 4A 32
Octal 335 322 41 0 5 125 15 70 112 62
Binary 11011101 11010010 100001 0 101 1010101 1101 111000 1001010 110010

Color Harmonies of #DDD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD221

Black with #DDD221

Text Example


Text Example

White with #DDD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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