Html Css Color HEX #D7D011 Bird Flower

📋 copy color: '#D7D011'

red 215 ◦ green 208 ◦ blue 17

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

Shades of Bird Flower #D7D011

Tints of Bird Flower #D7D011

RGB

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

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

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

R = 48.86%
G = 47.27%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7D011 (or 0xD7D011) is known color: Bird Flower. HEX triplet: D7, D0 and 11. RGB value is (215,208,17). Sum of RGB (Red+Green+Blue) = 215+208+17=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D011 is #282FEE. Grayscale: #BDBDBD. Windows color (decimal): -2633711 or 1167575. OLE color: 1167575.

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

Color convert

RGB 215 208 17 -
CMYK 0 0.03 0.92 0.16
HSL 57.88º 0.85% 0.45% -
HSV(B) 57.88º 0.92% 0.84% -
XYZ 50.68 59.6 9.36 -
YUV 188.32 31.32 147.03 -
System Red Green Blue C M Y K H S L
Decimal 215 208 17 0 0.03 0.92 0.16 57.88 0.85 0.45
Hex D7 D0 11 0 3 5C 10 3A 55 2D
Octal 327 320 21 0 3 134 20 72 125 55
Binary 11010111 11010000 10001 0 11 1011100 10000 111010 1010101 101101

Color Harmonies of #D7D011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D011

Black with #D7D011

Text Example


Text Example

White with #D7D011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D011; }

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

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

background-color css

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

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

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

border-color css

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

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

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