Html Css Color HEX #D7B311 Sunflower

📋 copy color: '#D7B311'

red 215 ◦ green 179 ◦ blue 17

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

Shades of Sunflower #D7B311

Tints of Sunflower #D7B311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

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

R = 52.31%
G = 43.55%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7B311 (or 0xD7B311) is known color: Sunflower. HEX triplet: D7, B3 and 11. RGB value is (215,179,17). Sum of RGB (Red+Green+Blue) = 215+179+17=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B311 is #284CEE. Grayscale: #ABABAB. Windows color (decimal): -2641135 or 1160151. OLE color: 1160151.

HSL color Cylindrical-coordinate representation of color #D7B311: hue angle of 49.09º 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 #D7B311 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 17 -
CMYK 0 0.17 0.92 0.16
HSL 49.09º 0.85% 0.45% -
HSV(B) 49.09º 0.92% 0.84% -
XYZ 44.25 46.73 7.22 -
YUV 171.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 215 179 17 0 0.17 0.92 0.16 49.09 0.85 0.45
Hex D7 B3 11 0 11 5C 10 31 55 2D
Octal 327 263 21 0 21 134 20 61 125 55
Binary 11010111 10110011 10001 0 10001 1011100 10000 110001 1010101 101101

Color Harmonies of #D7B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B311

Black with #D7B311

Text Example


Text Example

White with #D7B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B311; }

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

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

background-color css

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

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

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

border-color css

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

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

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