Html Css Color HEX #DDD016 Barberry

📋 copy color: '#DDD016'

red 221 ◦ green 208 ◦ blue 22

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

Shades of Barberry #DDD016

Tints of Barberry #DDD016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.88%

R = 49%
G = 46.12%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDD016 (or 0xDDD016) is known color: Barberry. HEX triplet: DD, D0 and 16. RGB value is (221,208,22). Sum of RGB (Red+Green+Blue) = 221+208+22=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD016 is #222FE9. Grayscale: #BFBFBF. Windows color (decimal): -2240490 or 1495261. OLE color: 1495261.

HSL color Cylindrical-coordinate representation of color #DDD016: hue angle of 56.08º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD016 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 22 -
CMYK 0 0.06 0.90 0.13
HSL 56.08º 0.82% 0.48% -
HSV(B) 56.08º 0.9% 0.87% -
XYZ 52.52 60.54 9.68 -
YUV 190.68 32.81 149.62 -
System Red Green Blue C M Y K H S L
Decimal 221 208 22 0 0.06 0.90 0.13 56.08 0.82 0.48
Hex DD D0 16 0 6 5A D 38 52 30
Octal 335 320 26 0 6 132 15 70 122 60
Binary 11011101 11010000 10110 0 110 1011010 1101 111000 1010010 110000

Color Harmonies of #DDD016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD016

Black with #DDD016

Text Example


Text Example

White with #DDD016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD016; }

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

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

background-color css

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

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

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

border-color css

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

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

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