Html Css Color HEX #D8B510 Sunflower

📋 copy color: '#D8B510'

red 216 ◦ green 181 ◦ blue 16

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

Shades of Sunflower #D8B510

Tints of Sunflower #D8B510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.83%

 BLUE value IS 16 (6.64% from 255) = 3.87%

R = 52.3%
G = 43.83%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8B510 (or 0xD8B510) is known color: Sunflower. HEX triplet: D8, B5 and 10. RGB value is (216,181,16). Sum of RGB (Red+Green+Blue) = 216+181+16=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B510 is #274AEF. Grayscale: #ADADAD. Windows color (decimal): -2575088 or 1095128. OLE color: 1095128.

HSL color Cylindrical-coordinate representation of color #D8B510: hue angle of 49.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8B510 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 16 -
CMYK 0 0.16 0.93 0.15
HSL 49.5º 0.86% 0.45% -
HSV(B) 49.5º 0.93% 0.85% -
XYZ 44.94 47.68 7.33 -
YUV 172.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 216 181 16 0 0.16 0.93 0.15 49.5 0.86 0.45
Hex D8 B5 10 0 10 5D F 32 56 2D
Octal 330 265 20 0 20 135 17 62 126 55
Binary 11011000 10110101 10000 0 10000 1011101 1111 110010 1010110 101101

Color Harmonies of #D8B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B510

Black with #D8B510

Text Example


Text Example

White with #D8B510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B510; }

 p { color: rgb(216,181,16); }

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

background-color css

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

 a { background-color: rgb(216,181,16); }

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

border-color css

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

 span { border-color: rgb(216,181,16); }

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