Html Css Color HEX #DDDB10 Barberry

📋 copy color: '#DDDB10'

red 221 ◦ green 219 ◦ blue 16

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

Shades of Barberry #DDDB10

Tints of Barberry #DDDB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

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

R = 48.46%
G = 48.03%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDDB10 (or 0xDDDB10) is known color: Barberry. HEX triplet: DD, DB and 10. RGB value is (221,219,16). Sum of RGB (Red+Green+Blue) = 221+219+16=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB10 is #2224EF. Grayscale: #C5C5C5. Windows color (decimal): -2237680 or 1104861. OLE color: 1104861.

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

Color convert

RGB 221 219 16 -
CMYK 0 0.01 0.93 0.13
HSL 59.41º 0.86% 0.46% -
HSV(B) 59.41º 0.93% 0.87% -
XYZ 55.24 66.07 10.33 -
YUV 196.46 26.16 145.51 -
System Red Green Blue C M Y K H S L
Decimal 221 219 16 0 0.01 0.93 0.13 59.41 0.86 0.46
Hex DD DB 10 0 1 5D D 3B 56 2E
Octal 335 333 20 0 1 135 15 73 126 56
Binary 11011101 11011011 10000 0 1 1011101 1101 111011 1010110 101110

Color Harmonies of #DDDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB10

Black with #DDDB10

Text Example


Text Example

White with #DDDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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