Html Css Color HEX #DDD815 Barberry

📋 copy color: '#DDD815'

red 221 ◦ green 216 ◦ blue 21

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

Shades of Barberry #DDD815

Tints of Barberry #DDD815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

 BLUE value IS 21 (8.59% from 255) = 4.59%

R = 48.25%
G = 47.16%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDD815 (or 0xDDD815) is known color: Barberry. HEX triplet: DD, D8 and 15. RGB value is (221,216,21). Sum of RGB (Red+Green+Blue) = 221+216+21=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD815 is #2227EA. Grayscale: #C4C4C4. Windows color (decimal): -2238443 or 1431773. OLE color: 1431773.

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

Color convert

RGB 221 216 21 -
CMYK 0 0.02 0.90 0.13
HSL 58.5º 0.83% 0.47% -
HSV(B) 58.5º 0.9% 0.87% -
XYZ 54.51 64.54 10.29 -
YUV 195.27 29.66 146.36 -
System Red Green Blue C M Y K H S L
Decimal 221 216 21 0 0.02 0.90 0.13 58.5 0.83 0.47
Hex DD D8 15 0 2 5A D 3A 53 2F
Octal 335 330 25 0 2 132 15 72 123 57
Binary 11011101 11011000 10101 0 10 1011010 1101 111010 1010011 101111

Color Harmonies of #DDD815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD815

Black with #DDD815

Text Example


Text Example

White with #DDD815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD815; }

 p { color: rgb(221,216,21); }

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

background-color css

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

 a { background-color: rgb(221,216,21); }

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

border-color css

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

 span { border-color: rgb(221,216,21); }

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