Html Css Color HEX #DDD216 Barberry

📋 copy color: '#DDD216'

red 221 ◦ green 210 ◦ blue 22

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

Shades of Barberry #DDD216

Tints of Barberry #DDD216

RGB

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

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

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

R = 48.79%
G = 46.36%
B = 4.86%

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

#DDD216 (or 0xDDD216) is known color: Barberry. HEX triplet: DD, D2 and 16. RGB value is (221,210,22). Sum of RGB (Red+Green+Blue) = 221+210+22=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD216 is #222DE9. Grayscale: #C0C0C0. Windows color (decimal): -2239978 or 1495773. OLE color: 1495773.

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

Color convert

RGB 221 210 22 -
CMYK 0 0.05 0.90 0.13
HSL 56.68º 0.82% 0.48% -
HSV(B) 56.68º 0.9% 0.87% -
XYZ 53.01 61.52 9.84 -
YUV 191.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 221 210 22 0 0.05 0.90 0.13 56.68 0.82 0.48
Hex DD D2 16 0 5 5A D 39 52 30
Octal 335 322 26 0 5 132 15 71 122 60
Binary 11011101 11010010 10110 0 101 1011010 1101 111001 1010010 110000

Color Harmonies of #DDD216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD216

Black with #DDD216

Text Example


Text Example

White with #DDD216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD216; }

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

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

background-color css

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

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

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

border-color css

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

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

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