Html Css Color HEX #D7DC02 Bird Flower

📋 copy color: '#D7DC02'

red 215 ◦ green 220 ◦ blue 2

#D7DC02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D7DC02

Tints of Bird Flower #D7DC02

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 49.2%
G = 50.34%
B = 0.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#D7DC02 (or 0xD7DC02) is known color: Bird Flower. HEX triplet: D7, DC and 02. RGB value is (215,220,2). Sum of RGB (Red+Green+Blue) = 215+220+2=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DC02 is #2823FD. Grayscale: #C2C2C2. Windows color (decimal): -2630654 or 187607. OLE color: 187607.

HSL color Cylindrical-coordinate representation of color #D7DC02: hue angle of 61.38º 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 #D7DC02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 2 -
CMYK 0.02 0 0.99 0.14
HSL 61.38º 0.98% 0.44% -
HSV(B) 61.38º 0.99% 0.86% -
XYZ 53.63 65.64 9.9 -
YUV 193.65 19.84 143.23 -
System Red Green Blue C M Y K H S L
Decimal 215 220 2 0.02 0 0.99 0.14 61.38 0.98 0.44
Hex D7 DC 2 2 0 63 E 3D 62 2C
Octal 327 334 2 2 0 143 16 75 142 54
Binary 11010111 11011100 10 10 0 1100011 1110 111101 1100010 101100

Color Harmonies of #D7DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC02

Black with #D7DC02

Text Example


Text Example

White with #D7DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC02; }

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

 H1.HeaderClassName
 {
   color: #D7DC02;
 }
 .AnyTagClassName
 {
   color: #D7DC02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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