Html Css Color HEX #D7B315 Sunflower

📋 copy color: '#D7B315'

red 215 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #D7B315

Tints of Sunflower #D7B315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 51.81%
G = 43.13%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7B315 (or 0xD7B315) is known color: Sunflower. HEX triplet: D7, B3 and 15. RGB value is (215,179,21). Sum of RGB (Red+Green+Blue) = 215+179+21=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B315 is #284CEA. Grayscale: #ACACAC. Windows color (decimal): -2641131 or 1422295. OLE color: 1422295.

HSL color Cylindrical-coordinate representation of color #D7B315: hue angle of 48.87º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7B315 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 21 -
CMYK 0 0.17 0.90 0.16
HSL 48.87º 0.82% 0.46% -
HSV(B) 48.87º 0.9% 0.84% -
XYZ 44.28 46.74 7.4 -
YUV 171.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 215 179 21 0 0.17 0.90 0.16 48.87 0.82 0.46
Hex D7 B3 15 0 11 5A 10 31 52 2E
Octal 327 263 25 0 21 132 20 61 122 56
Binary 11010111 10110011 10101 0 10001 1011010 10000 110001 1010010 101110

Color Harmonies of #D7B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B315

Black with #D7B315

Text Example


Text Example

White with #D7B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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