Html Css Color HEX #DDDD10 Barberry

📋 copy color: '#DDDD10'

red 221 ◦ green 221 ◦ blue 16

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

Shades of Barberry #DDDD10

Tints of Barberry #DDDD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 48.25%
G = 48.25%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDDD10 (or 0xDDDD10) is known color: Barberry. HEX triplet: DD, DD and 10. RGB value is (221,221,16). Sum of RGB (Red+Green+Blue) = 221+221+16=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD10 is #2222EF. Grayscale: #C6C6C6. Windows color (decimal): -2237168 or 1105373. OLE color: 1105373.

HSL color Cylindrical-coordinate representation of color #DDDD10: hue angle of 60º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDDD10 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 16 -
CMYK 0 0 0.93 0.13
HSL 60º 0.86% 0.46% -
HSV(B) 60º 0.93% 0.87% -
XYZ 55.77 67.12 10.51 -
YUV 197.63 25.5 144.67 -
System Red Green Blue C M Y K H S L
Decimal 221 221 16 0 0 0.93 0.13 60 0.86 0.46
Hex DD DD 10 0 0 5D D 3C 56 2E
Octal 335 335 20 0 0 135 15 74 126 56
Binary 11011101 11011101 10000 0 0 1011101 1101 111100 1010110 101110

Color Harmonies of #DDDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD10

Black with #DDDD10

Text Example


Text Example

White with #DDDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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