Html Css Color HEX #D8B415 Sunflower

📋 copy color: '#D8B415'

red 216 ◦ green 180 ◦ blue 21

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

Shades of Sunflower #D8B415

Tints of Sunflower #D8B415

RGB

 RED value IS 216 (84.77% from 255) = 51.8%

 GREEN value IS 180 (70.7% from 255) = 43.17%

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 51.8%
G = 43.17%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8B415 (or 0xD8B415) is known color: Sunflower. HEX triplet: D8, B4 and 15. RGB value is (216,180,21). Sum of RGB (Red+Green+Blue) = 216+180+21=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B415 is #274BEA. Grayscale: #ADADAD. Windows color (decimal): -2575339 or 1422552. OLE color: 1422552.

HSL color Cylindrical-coordinate representation of color #D8B415: hue angle of 48.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8B415 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 180 21 -
CMYK 0 0.17 0.90 0.15
HSL 48.92º 0.82% 0.46% -
HSV(B) 48.92º 0.9% 0.85% -
XYZ 44.78 47.3 7.48 -
YUV 172.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 216 180 21 0 0.17 0.90 0.15 48.92 0.82 0.46
Hex D8 B4 15 0 11 5A F 31 52 2E
Octal 330 264 25 0 21 132 17 61 122 56
Binary 11011000 10110100 10101 0 10001 1011010 1111 110001 1010010 101110

Color Harmonies of #D8B415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B415

Black with #D8B415

Text Example


Text Example

White with #D8B415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B415; }

 p { color: rgb(216,180,21); }

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

background-color css

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

 a { background-color: rgb(216,180,21); }

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

border-color css

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

 span { border-color: rgb(216,180,21); }

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