Html Css Color HEX #D5B917 Sunflower

📋 copy color: '#D5B917'

red 213 ◦ green 185 ◦ blue 23

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

Shades of Sunflower #D5B917

Tints of Sunflower #D5B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.94%

 BLUE value IS 23 (9.38% from 255) = 5.46%

R = 50.59%
G = 43.94%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D5B917 (or 0xD5B917) is known color: Sunflower. HEX triplet: D5, B9 and 17. RGB value is (213,185,23). Sum of RGB (Red+Green+Blue) = 213+185+23=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B917 is #2A46E8. Grayscale: #AFAFAF. Windows color (decimal): -2770665 or 1554901. OLE color: 1554901.

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

Color convert

RGB 213 185 23 -
CMYK 0 0.13 0.89 0.16
HSL 51.16º 0.81% 0.46% -
HSV(B) 51.16º 0.89% 0.84% -
XYZ 44.94 48.91 7.88 -
YUV 174.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 213 185 23 0 0.13 0.89 0.16 51.16 0.81 0.46
Hex D5 B9 17 0 D 59 10 33 51 2E
Octal 325 271 27 0 15 131 20 63 121 56
Binary 11010101 10111001 10111 0 1101 1011001 10000 110011 1010001 101110

Color Harmonies of #D5B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B917

Black with #D5B917

Text Example


Text Example

White with #D5B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B917; }

 p { color: rgb(213,185,23); }

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

background-color css

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

 a { background-color: rgb(213,185,23); }

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

border-color css

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

 span { border-color: rgb(213,185,23); }

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