#d8dd0c

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

Shades of Barberry #D8DD0C

Tints of Barberry #D8DD0C

Color information

#D8DD0C (or 0xD8DD0C) is unknown color: approx Barberry. HEX triplet: D8, DD and 0C. RGB value is (216,221,12). Sum of RGB (Red+Green+Blue) = 216+221+12=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DD0C is #2722F3. Grayscale: #C4C4C4. Windows color (decimal): -2564852 or 843224. OLE color: 843224.

HSL color Cylindrical-coordinate representation of color #D8DD0C: hue angle of 61.44º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8DD0C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB21622112-
CMYK0.0200.950.13
HSL61.44º89.7%45.69%-
HSV(B)61.44º94.57%86.67%-
XYZ54.2466.3410.29-
YUV195.6824.34142.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.11%
GREEN value IS 221 (86.72% from 255) = 49.22%
BLUE value IS 12 (5.08% from 255) = 2.67%
R=48.11%
G=49.22%
B=2.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216221120.0200.950.1361.4489.745.69
HexD8DDC205FD3d5a2e
Octal3303351420137157513256
Binary11011000110111011100100101111111011111011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8dd0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8dd0c; }

 p { color: rgb(216,221,12); }

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

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

 a { background-color: rgb(216,221,12); }

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

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

 span { border-color: rgb(216,221,12); }

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