#DFDD10

Color #DFDD10 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #DFDD10

Tints of Barberry #DFDD10

Color information

#DFDD10 (or 0xDFDD10) is unknown color: approx Barberry. HEX triplet: DF, DD and 10. RGB value is (223,221,16). Sum of RGB (Red+Green+Blue) = 223+221+16=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD10 is #2022EF. Grayscale: #C7C7C7. Windows color (decimal): -2106096 or 1105375. OLE color: 1105375.

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

Color convert

RGB22322116-
CMYK00.010.930.13
HSL59.42º86.61%46.86%-
HSV(B)59.42º92.83%87.45%-
XYZ56.3867.4410.54-
YUV198.2325.16145.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 16 (6.64% from 255) = 3.48%
R=48.48%
G=48.04%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232211600.010.930.1359.4286.6146.86
HexDFDD10015DD3b572f
Octal3373352001135157312757
Binary11011111110111011000001101110111011110111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD10; }

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

 H1.HeaderClassName
 {
   color: #DFDD10;
 }
 .AnyTagClassName
 {
   color: #DFDD10;
 }
</style>
background-color css

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

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

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

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

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

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