Html Css Color HEX #DDD621 Barberry

📋 copy color: '#DDD621'

red 221 ◦ green 214 ◦ blue 33

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

Shades of Barberry #DDD621

Tints of Barberry #DDD621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 47.22%
G = 45.73%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDD621 (or 0xDDD621) is known color: Barberry. HEX triplet: DD, D6 and 21. RGB value is (221,214,33). Sum of RGB (Red+Green+Blue) = 221+214+33=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD621 is #2229DE. Grayscale: #C4C4C4. Windows color (decimal): -2238943 or 2217693. OLE color: 2217693.

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

Color convert

RGB 221 214 33 -
CMYK 0 0.03 0.85 0.13
HSL 57.77º 0.74% 0.5% -
HSV(B) 57.77º 0.85% 0.87% -
XYZ 54.14 63.58 10.86 -
YUV 195.46 36.32 146.22 -
System Red Green Blue C M Y K H S L
Decimal 221 214 33 0 0.03 0.85 0.13 57.77 0.74 0.5
Hex DD D6 21 0 3 55 D 3A 4A 32
Octal 335 326 41 0 3 125 15 72 112 62
Binary 11011101 11010110 100001 0 11 1010101 1101 111010 1001010 110010

Color Harmonies of #DDD621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD621

Black with #DDD621

Text Example


Text Example

White with #DDD621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD621; }

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

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

background-color css

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

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

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

border-color css

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

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

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