Html Css Color HEX #DDD115 Barberry

📋 copy color: '#DDD115'

red 221 ◦ green 209 ◦ blue 21

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

Shades of Barberry #DDD115

Tints of Barberry #DDD115

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.34%

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

R = 49%
G = 46.34%
B = 4.66%

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

#DDD115 (or 0xDDD115) is known color: Barberry. HEX triplet: DD, D1 and 15. RGB value is (221,209,21). Sum of RGB (Red+Green+Blue) = 221+209+21=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD115 is #222EEA. Grayscale: #BFBFBF. Windows color (decimal): -2240235 or 1429981. OLE color: 1429981.

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

Color convert

RGB 221 209 21 -
CMYK 0 0.05 0.90 0.13
HSL 56.4º 0.83% 0.47% -
HSV(B) 56.4º 0.9% 0.87% -
XYZ 52.75 61.03 9.71 -
YUV 191.16 31.98 149.29 -
System Red Green Blue C M Y K H S L
Decimal 221 209 21 0 0.05 0.90 0.13 56.4 0.83 0.47
Hex DD D1 15 0 5 5A D 38 53 2F
Octal 335 321 25 0 5 132 15 70 123 57
Binary 11011101 11010001 10101 0 101 1011010 1101 111000 1010011 101111

Color Harmonies of #DDD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD115

Black with #DDD115

Text Example


Text Example

White with #DDD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD115; }

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

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

background-color css

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

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

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

border-color css

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

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

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