Html Css Color HEX #DDD316 Barberry

📋 copy color: '#DDD316'

red 221 ◦ green 211 ◦ blue 22

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

Shades of Barberry #DDD316

Tints of Barberry #DDD316

RGB

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

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

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

R = 48.68%
G = 46.48%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDD316 (or 0xDDD316) is known color: Barberry. HEX triplet: DD, D3 and 16. RGB value is (221,211,22). Sum of RGB (Red+Green+Blue) = 221+211+22=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD316 is #222CE9. Grayscale: #C1C1C1. Windows color (decimal): -2239722 or 1496029. OLE color: 1496029.

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

Color convert

RGB 221 211 22 -
CMYK 0 0.05 0.90 0.13
HSL 56.98º 0.82% 0.48% -
HSV(B) 56.98º 0.9% 0.87% -
XYZ 53.26 62.02 9.92 -
YUV 192.44 31.81 148.37 -
System Red Green Blue C M Y K H S L
Decimal 221 211 22 0 0.05 0.90 0.13 56.98 0.82 0.48
Hex DD D3 16 0 5 5A D 39 52 30
Octal 335 323 26 0 5 132 15 71 122 60
Binary 11011101 11010011 10110 0 101 1011010 1101 111001 1010010 110000

Color Harmonies of #DDD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD316

Black with #DDD316

Text Example


Text Example

White with #DDD316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD316; }

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

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

background-color css

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

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

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

border-color css

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

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

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