#d6cf28

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

Shades of Barberry #D6CF28

Tints of Barberry #D6CF28

Color information

#D6CF28 (or 0xD6CF28) is unknown color: approx Barberry. HEX triplet: D6, CF and 28. RGB value is (214,207,40). Sum of RGB (Red+Green+Blue) = 214+207+40=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF28 is #2930D7. Grayscale: #BEBEBE. Windows color (decimal): -2699480 or 2674646. OLE color: 2674646.

HSL color Cylindrical-coordinate representation of color #D6CF28: hue angle of 57.59º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6CF28 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21420740-
CMYK00.030.810.16
HSL57.59º68.5%49.8%-
HSV(B)57.59º81.31%83.92%-
XYZ50.4359.0710.75-
YUV190.0543.32145.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 40 (16.02% from 255) = 8.68%
R=46.42%
G=44.90%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142074000.030.810.1657.5968.549.8
HexD6CF280351103a4532
Octal3263175003121207210562
Binary11010110110011111010000111010001100001110101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6cf28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6cf28; }

 p { color: rgb(214,207,40); }

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

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

 a { background-color: rgb(214,207,40); }

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

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

 span { border-color: rgb(214,207,40); }

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