Html Css Color HEX #DDDD15 Barberry

📋 copy color: '#DDDD15'

red 221 ◦ green 221 ◦ blue 21

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

Shades of Barberry #DDDD15

Tints of Barberry #DDDD15

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

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

R = 47.73%
G = 47.73%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDDD15 (or 0xDDDD15) is known color: Barberry. HEX triplet: DD, DD and 15. RGB value is (221,221,21). Sum of RGB (Red+Green+Blue) = 221+221+21=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD15 is #2222EA. Grayscale: #C7C7C7. Windows color (decimal): -2237163 or 1433053. OLE color: 1433053.

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

Color convert

RGB 221 221 21 -
CMYK 0 0 0.90 0.13
HSL 60º 0.83% 0.47% -
HSV(B) 60º 0.9% 0.87% -
XYZ 55.81 67.14 10.73 -
YUV 198.2 28 144.26 -
System Red Green Blue C M Y K H S L
Decimal 221 221 21 0 0 0.90 0.13 60 0.83 0.47
Hex DD DD 15 0 0 5A D 3C 53 2F
Octal 335 335 25 0 0 132 15 74 123 57
Binary 11011101 11011101 10101 0 0 1011010 1101 111100 1010011 101111

Color Harmonies of #DDDD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD15

Black with #DDDD15

Text Example


Text Example

White with #DDDD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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