Html Css Color HEX #DDDC10 Barberry

📋 copy color: '#DDDC10'

red 221 ◦ green 220 ◦ blue 16

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

Shades of Barberry #DDDC10

Tints of Barberry #DDDC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.14%

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

R = 48.36%
G = 48.14%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDDC10 (or 0xDDDC10) is known color: Barberry. HEX triplet: DD, DC and 10. RGB value is (221,220,16). Sum of RGB (Red+Green+Blue) = 221+220+16=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC10 is #2223EF. Grayscale: #C5C5C5. Windows color (decimal): -2237424 or 1105117. OLE color: 1105117.

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

Color convert

RGB 221 220 16 -
CMYK 0 0.00 0.93 0.13
HSL 59.71º 0.86% 0.46% -
HSV(B) 59.71º 0.93% 0.87% -
XYZ 55.51 66.6 10.42 -
YUV 197.04 25.83 145.09 -
System Red Green Blue C M Y K H S L
Decimal 221 220 16 0 0.00 0.93 0.13 59.71 0.86 0.46
Hex DD DC 10 0 0 5D D 3C 56 2E
Octal 335 334 20 0 0 135 15 74 126 56
Binary 11011101 11011100 10000 0 0 1011101 1101 111100 1010110 101110

Color Harmonies of #DDDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC10

Black with #DDDC10

Text Example


Text Example

White with #DDDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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