Html Css Color HEX #DDD021 Barberry

📋 copy color: '#DDD021'

red 221 ◦ green 208 ◦ blue 33

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

Shades of Barberry #DDD021

Tints of Barberry #DDD021

RGB

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

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

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

R = 47.84%
G = 45.02%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDD021 (or 0xDDD021) is known color: Barberry. HEX triplet: DD, D0 and 21. RGB value is (221,208,33). Sum of RGB (Red+Green+Blue) = 221+208+33=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD021 is #222FDE. Grayscale: #C0C0C0. Windows color (decimal): -2240479 or 2216157. OLE color: 2216157.

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

Color convert

RGB 221 208 33 -
CMYK 0 0.06 0.85 0.13
HSL 55.85º 0.74% 0.5% -
HSV(B) 55.85º 0.85% 0.87% -
XYZ 52.65 60.59 10.36 -
YUV 191.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 221 208 33 0 0.06 0.85 0.13 55.85 0.74 0.5
Hex DD D0 21 0 6 55 D 38 4A 32
Octal 335 320 41 0 6 125 15 70 112 62
Binary 11011101 11010000 100001 0 110 1010101 1101 111000 1001010 110010

Color Harmonies of #DDD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD021

Black with #DDD021

Text Example


Text Example

White with #DDD021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD021; }

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

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

background-color css

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

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

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

border-color css

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

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

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