Html Css Color HEX #D7B918 Sunflower

📋 copy color: '#D7B918'

red 215 ◦ green 185 ◦ blue 24

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

Shades of Sunflower #D7B918

Tints of Sunflower #D7B918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 50.71%
G = 43.63%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7B918 (or 0xD7B918) is known color: Sunflower. HEX triplet: D7, B9 and 18. RGB value is (215,185,24). Sum of RGB (Red+Green+Blue) = 215+185+24=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B918 is #2846E7. Grayscale: #B0B0B0. Windows color (decimal): -2639592 or 1620439. OLE color: 1620439.

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

Color convert

RGB 215 185 24 -
CMYK 0 0.14 0.89 0.16
HSL 50.58º 0.8% 0.47% -
HSV(B) 50.58º 0.89% 0.84% -
XYZ 45.54 49.21 7.96 -
YUV 175.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 215 185 24 0 0.14 0.89 0.16 50.58 0.8 0.47
Hex D7 B9 18 0 E 59 10 33 50 2F
Octal 327 271 30 0 16 131 20 63 120 57
Binary 11010111 10111001 11000 0 1110 1011001 10000 110011 1010000 101111

Color Harmonies of #D7B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B918

Black with #D7B918

Text Example


Text Example

White with #D7B918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B918; }

 p { color: rgb(215,185,24); }

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

background-color css

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

 a { background-color: rgb(215,185,24); }

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

border-color css

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

 span { border-color: rgb(215,185,24); }

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