#D0D423

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

Shades of Barberry #D0D423

Tints of Barberry #D0D423

Color information

#D0D423 (or 0xD0D423) is unknown color: approx Barberry. HEX triplet: D0, D4 and 23. RGB value is (208,212,35). Sum of RGB (Red+Green+Blue) = 208+212+35=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 35 (14.06% from 255 or 7.69% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D423 is #2F2BDC. Grayscale: #BFBFBF. Windows color (decimal): -3091421 or 2348240. OLE color: 2348240.

HSL color Cylindrical-coordinate representation of color #D0D423: hue angle of 61.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0D423 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB20821235-
CMYK0.0200.830.17
HSL61.36º71.66%48.43%-
HSV(B)61.36º83.49%83.14%-
XYZ49.8660.6210.66-
YUV190.6340.17140.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 212 (83.20% from 255) = 46.59%
BLUE value IS 35 (14.06% from 255) = 7.69%
R=45.71%
G=46.59%
B=7.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208212350.0200.830.1761.3671.6648.43
HexD0D4232053113d4830
Octal3203244320123217511060
Binary11010000110101001000111001010011100011111011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D423; }

 p { color: rgb(208,212,35); }

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

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

 a { background-color: rgb(208,212,35); }

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

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

 span { border-color: rgb(208,212,35); }

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