#D5C023

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

Shades of Barberry #D5C023

Tints of Barberry #D5C023

Color information

#D5C023 (or 0xD5C023) is unknown color: approx Barberry. HEX triplet: D5, C0 and 23. RGB value is (213,192,35). Sum of RGB (Red+Green+Blue) = 213+192+35=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C023 is #2A3FDC. Grayscale: #B5B5B5. Windows color (decimal): -2768861 or 2343125. OLE color: 2343125.

HSL color Cylindrical-coordinate representation of color #D5C023: hue angle of 52.92º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5C023 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB21319235-
CMYK00.100.840.16
HSL52.92º71.77%48.63%-
HSV(B)52.92º83.57%83.53%-
XYZ46.5951.979.16-
YUV180.3845.96151.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 35 (14.06% from 255) = 7.95%
R=48.41%
G=43.64%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131923500.100.840.1652.9271.7748.63
HexD5C0230A5410354831
Octal32530043012124206511061
Binary1101010111000000100011010101010100100001101011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C023; }

 p { color: rgb(213,192,35); }

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

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

 a { background-color: rgb(213,192,35); }

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

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

 span { border-color: rgb(213,192,35); }

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