#DDD61B

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

Shades of Barberry #DDD61B

Tints of Barberry #DDD61B

Color information

#DDD61B (or 0xDDD61B) is unknown color: approx Barberry. HEX triplet: DD, D6 and 1B. RGB value is (221,214,27). Sum of RGB (Red+Green+Blue) = 221+214+27=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD61B is #2229E4. Grayscale: #C3C3C3. Windows color (decimal): -2238949 or 1824477. OLE color: 1824477.

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

Color convert

RGB22121427-
CMYK00.030.880.13
HSL57.84º78.23%48.63%-
HSV(B)57.84º87.78%86.67%-
XYZ54.0663.5410.45-
YUV194.7833.32146.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 214 (83.98% from 255) = 46.32%
BLUE value IS 27 (10.94% from 255) = 5.84%
R=47.84%
G=46.32%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212142700.030.880.1357.8478.2348.63
HexDDD61B0358D3a4e31
Octal3353263303130157211661
Binary110111011101011011011011101100011011110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD61B; }

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

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

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

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

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

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

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

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