Html Css Color HEX #D8DC02 Bird Flower

📋 copy color: '#D8DC02'

red 216 ◦ green 220 ◦ blue 2

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

Shades of Bird Flower #D8DC02

Tints of Bird Flower #D8DC02

RGB

 RED value IS 216 (84.77% from 255) = 49.32%

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

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

R = 49.32%
G = 50.23%
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

#D8DC02 (or 0xD8DC02) is known color: Bird Flower. HEX triplet: D8, DC and 02. RGB value is (216,220,2). Sum of RGB (Red+Green+Blue) = 216+220+2=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DC02 is #2723FD. Grayscale: #C2C2C2. Windows color (decimal): -2565118 or 187608. OLE color: 187608.

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

Color convert

RGB 216 220 2 -
CMYK 0.02 0 0.99 0.14
HSL 61.1º 0.98% 0.44% -
HSV(B) 61.1º 0.99% 0.86% -
XYZ 53.92 65.79 9.91 -
YUV 193.95 19.67 143.73 -
System Red Green Blue C M Y K H S L
Decimal 216 220 2 0.02 0 0.99 0.14 61.1 0.98 0.44
Hex D8 DC 2 2 0 63 E 3D 62 2C
Octal 330 334 2 2 0 143 16 75 142 54
Binary 11011000 11011100 10 10 0 1100011 1110 111101 1100010 101100

Color Harmonies of #D8DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC02

Black with #D8DC02

Text Example


Text Example

White with #D8DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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