#DDD41E

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

Shades of Barberry #DDD41E

Tints of Barberry #DDD41E

Color information

#DDD41E (or 0xDDD41E) is unknown color: approx Barberry. HEX triplet: DD, D4 and 1E. RGB value is (221,212,30). Sum of RGB (Red+Green+Blue) = 221+212+30=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD41E is #222BE1. Grayscale: #C2C2C2. Windows color (decimal): -2239458 or 2020573. OLE color: 2020573.

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

Color convert

RGB22121230-
CMYK00.040.860.13
HSL57.17º76.1%49.22%-
HSV(B)57.17º86.43%86.67%-
XYZ53.662.5510.48-
YUV193.9435.48147.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 30 (12.11% from 255) = 6.48%
R=47.73%
G=45.79%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212123000.040.860.1357.1776.149.22
HexDDD41E0456D394c31
Octal3353243604126157111461
Binary1101110111010100111100100101011011011110011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD41E; }

 p { color: rgb(221,212,30); }

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

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

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

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

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

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

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