Html Css Color HEX #D7B714 Sunflower

📋 copy color: '#D7B714'

red 215 ◦ green 183 ◦ blue 20

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

Shades of Sunflower #D7B714

Tints of Sunflower #D7B714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.78%

R = 51.44%
G = 43.78%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7B714 (or 0xD7B714) is known color: Sunflower. HEX triplet: D7, B7 and 14. RGB value is (215,183,20). Sum of RGB (Red+Green+Blue) = 215+183+20=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B714 is #2848EB. Grayscale: #AEAEAE. Windows color (decimal): -2640108 or 1357783. OLE color: 1357783.

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

Color convert

RGB 215 183 20 -
CMYK 0 0.15 0.91 0.16
HSL 50.15º 0.83% 0.46% -
HSV(B) 50.15º 0.91% 0.84% -
XYZ 45.08 48.36 7.62 -
YUV 173.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 215 183 20 0 0.15 0.91 0.16 50.15 0.83 0.46
Hex D7 B7 14 0 F 5B 10 32 53 2E
Octal 327 267 24 0 17 133 20 62 123 56
Binary 11010111 10110111 10100 0 1111 1011011 10000 110010 1010011 101110

Color Harmonies of #D7B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B714

Black with #D7B714

Text Example


Text Example

White with #D7B714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B714; }

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

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

background-color css

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

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

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

border-color css

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

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

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