#D0C92C

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

Shades of Barberry #D0C92C

Tints of Barberry #D0C92C

Color information

#D0C92C (or 0xD0C92C) is unknown color: approx Barberry. HEX triplet: D0, C9 and 2C. RGB value is (208,201,44). Sum of RGB (Red+Green+Blue) = 208+201+44=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C92C is #2F36D3. Grayscale: #B9B9B9. Windows color (decimal): -3094228 or 2935248. OLE color: 2935248.

HSL color Cylindrical-coordinate representation of color #D0C92C: hue angle of 57.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0C92C is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20820144-
CMYK00.030.790.18
HSL57.44º65.08%49.41%-
HSV(B)57.44º78.85%81.57%-
XYZ47.3555.3710.57-
YUV185.248.32144.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 201 (78.91% from 255) = 44.37%
BLUE value IS 44 (17.58% from 255) = 9.71%
R=45.92%
G=44.37%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082014400.030.790.1857.4465.0849.41
HexD0C92C034F12394131
Octal3203115403117227110161
Binary11010000110010011011000111001111100101110011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C92C; }

 p { color: rgb(208,201,44); }

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

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

 a { background-color: rgb(208,201,44); }

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

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

 span { border-color: rgb(208,201,44); }

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