Html Css Color HEX #D5B716 Sunflower

📋 copy color: '#D5B716'

red 213 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #D5B716

Tints of Sunflower #D5B716

RGB

 RED value IS 213 (83.59% from 255) = 50.96%

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

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 50.96%
G = 43.78%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5B716 (or 0xD5B716) is known color: Sunflower. HEX triplet: D5, B7 and 16. RGB value is (213,183,22). Sum of RGB (Red+Green+Blue) = 213+183+22=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B716 is #2A48E9. Grayscale: #AEAEAE. Windows color (decimal): -2771178 or 1488853. OLE color: 1488853.

HSL color Cylindrical-coordinate representation of color #D5B716: hue angle of 50.58º degrees, saturation: 0.81, 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 #D5B716 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 183 22 -
CMYK 0 0.14 0.90 0.16
HSL 50.58º 0.81% 0.46% -
HSV(B) 50.58º 0.9% 0.84% -
XYZ 44.52 48.07 7.69 -
YUV 173.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 213 183 22 0 0.14 0.90 0.16 50.58 0.81 0.46
Hex D5 B7 16 0 E 5A 10 33 51 2E
Octal 325 267 26 0 16 132 20 63 121 56
Binary 11010101 10110111 10110 0 1110 1011010 10000 110011 1010001 101110

Color Harmonies of #D5B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B716

Black with #D5B716

Text Example


Text Example

White with #D5B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B716; }

 p { color: rgb(213,183,22); }

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

background-color css

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

 a { background-color: rgb(213,183,22); }

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

border-color css

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

 span { border-color: rgb(213,183,22); }

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