#DDD31B

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

Shades of Barberry #DDD31B

Tints of Barberry #DDD31B

Color information

#DDD31B (or 0xDDD31B) is unknown color: approx Barberry. HEX triplet: DD, D3 and 1B. RGB value is (221,211,27). Sum of RGB (Red+Green+Blue) = 221+211+27=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD31B is #222CE4. Grayscale: #C1C1C1. Windows color (decimal): -2239717 or 1823709. OLE color: 1823709.

HSL color Cylindrical-coordinate representation of color #DDD31B: hue angle of 56.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDD31B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22121127-
CMYK00.050.880.13
HSL56.91º78.23%48.63%-
HSV(B)56.91º87.78%86.67%-
XYZ53.3162.0410.2-
YUV193.0134.31147.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 211 (82.81% from 255) = 45.97%
BLUE value IS 27 (10.94% from 255) = 5.88%
R=48.15%
G=45.97%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212112700.050.880.1356.9178.2348.63
HexDDD31B0558D394e31
Octal3353233305130157111661
Binary1101110111010011110110101101100011011110011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD31B; }

 p { color: rgb(221,211,27); }

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

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

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

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

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

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

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