Html Css Color HEX #D8B416 Sunflower

📋 copy color: '#D8B416'

red 216 ◦ green 180 ◦ blue 22

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

Shades of Sunflower #D8B416

Tints of Sunflower #D8B416

RGB

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

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

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

R = 51.67%
G = 43.06%
B = 5.26%

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

#D8B416 (or 0xD8B416) is known color: Sunflower. HEX triplet: D8, B4 and 16. RGB value is (216,180,22). Sum of RGB (Red+Green+Blue) = 216+180+22=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B416 is #274BE9. Grayscale: #ADADAD. Windows color (decimal): -2575338 or 1488088. OLE color: 1488088.

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

Color convert

RGB 216 180 22 -
CMYK 0 0.17 0.90 0.15
HSL 48.87º 0.82% 0.47% -
HSV(B) 48.87º 0.9% 0.85% -
XYZ 44.78 47.3 7.53 -
YUV 172.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 216 180 22 0 0.17 0.90 0.15 48.87 0.82 0.47
Hex D8 B4 16 0 11 5A F 31 52 2F
Octal 330 264 26 0 21 132 17 61 122 57
Binary 11011000 10110100 10110 0 10001 1011010 1111 110001 1010010 101111

Color Harmonies of #D8B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B416

Black with #D8B416

Text Example


Text Example

White with #D8B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B416; }

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

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

background-color css

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

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

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

border-color css

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

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

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