#D6DC02

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

Shades of Bird Flower #D6DC02

Tints of Bird Flower #D6DC02

Color information

#D6DC02 (or 0xD6DC02) is unknown color: approx Bird Flower. HEX triplet: D6, DC and 02. RGB value is (214,220,2). Sum of RGB (Red+Green+Blue) = 214+220+2=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DC02 is #2923FD. Grayscale: #C2C2C2. Windows color (decimal): -2696190 or 187606. OLE color: 187606.

HSL color Cylindrical-coordinate representation of color #D6DC02: hue angle of 61.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6DC02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB2142202-
CMYK0.0300.990.14
HSL61.65º98.2%43.53%-
HSV(B)61.65º99.09%86.27%-
XYZ53.3465.499.89-
YUV193.3520.01142.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 220 (86.33% from 255) = 50.46%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=49.08%
G=50.46%
B=0.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21422020.0300.990.1461.6598.243.53
HexD6DC23063E3e622c
Octal326334230143167614254
Binary110101101101110010110110001111101111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC02; }

 p { color: rgb(214,220,2); }

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

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

 a { background-color: rgb(214,220,2); }

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

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

 span { border-color: rgb(214,220,2); }

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