Html Css Color HEX #D8D011 Bird Flower

📋 copy color: '#D8D011'

red 216 ◦ green 208 ◦ blue 17

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

Shades of Bird Flower #D8D011

Tints of Bird Flower #D8D011

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 48.98%
G = 47.17%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8D011 (or 0xD8D011) is known color: Bird Flower. HEX triplet: D8, D0 and 11. RGB value is (216,208,17). Sum of RGB (Red+Green+Blue) = 216+208+17=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D011 is #272FEE. Grayscale: #BDBDBD. Windows color (decimal): -2568175 or 1167576. OLE color: 1167576.

HSL color Cylindrical-coordinate representation of color #D8D011: hue angle of 57.59º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8D011 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 17 -
CMYK 0 0.04 0.92 0.15
HSL 57.59º 0.85% 0.46% -
HSV(B) 57.59º 0.92% 0.85% -
XYZ 50.98 59.75 9.38 -
YUV 188.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 216 208 17 0 0.04 0.92 0.15 57.59 0.85 0.46
Hex D8 D0 11 0 4 5C F 3A 55 2E
Octal 330 320 21 0 4 134 17 72 125 56
Binary 11011000 11010000 10001 0 100 1011100 1111 111010 1010101 101110

Color Harmonies of #D8D011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D011

Black with #D8D011

Text Example


Text Example

White with #D8D011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D011; }

 p { color: rgb(216,208,17); }

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

background-color css

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

 a { background-color: rgb(216,208,17); }

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

border-color css

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

 span { border-color: rgb(216,208,17); }

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