Html Css Color HEX #D7B71F Sunflower

📋 copy color: '#D7B71F'

red 215 ◦ green 183 ◦ blue 31

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

Shades of Sunflower #D7B71F

Tints of Sunflower #D7B71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 50.12%
G = 42.66%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7B71F (or 0xD7B71F) is known color: Sunflower. HEX triplet: D7, B7 and 1F. RGB value is (215,183,31). Sum of RGB (Red+Green+Blue) = 215+183+31=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B71F is #2848E0. Grayscale: #AFAFAF. Windows color (decimal): -2640097 or 2078679. OLE color: 2078679.

HSL color Cylindrical-coordinate representation of color #D7B71F: hue angle of 49.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7B71F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 183 31 -
CMYK 0 0.15 0.86 0.16
HSL 49.57º 0.75% 0.48% -
HSV(B) 49.57º 0.86% 0.84% -
XYZ 45.21 48.41 8.26 -
YUV 175.24 46.6 156.36 -
System Red Green Blue C M Y K H S L
Decimal 215 183 31 0 0.15 0.86 0.16 49.57 0.75 0.48
Hex D7 B7 1F 0 F 56 10 32 4B 30
Octal 327 267 37 0 17 126 20 62 113 60
Binary 11010111 10110111 11111 0 1111 1010110 10000 110010 1001011 110000

Color Harmonies of #D7B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B71F

Black with #D7B71F

Text Example


Text Example

White with #D7B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B71F; }

 p { color: rgb(215,183,31); }

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

background-color css

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

 a { background-color: rgb(215,183,31); }

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

border-color css

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

 span { border-color: rgb(215,183,31); }

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