Html Css Color HEX #D8B210 Sunflower

📋 copy color: '#D8B210'

red 216 ◦ green 178 ◦ blue 16

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

Shades of Sunflower #D8B210

Tints of Sunflower #D8B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.41%

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

R = 52.68%
G = 43.41%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8B210 (or 0xD8B210) is known color: Sunflower. HEX triplet: D8, B2 and 10. RGB value is (216,178,16). Sum of RGB (Red+Green+Blue) = 216+178+16=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B210 is #274DEF. Grayscale: #ABABAB. Windows color (decimal): -2575856 or 1094360. OLE color: 1094360.

HSL color Cylindrical-coordinate representation of color #D8B210: hue angle of 48.6º 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 #D8B210 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 16 -
CMYK 0 0.18 0.93 0.15
HSL 48.6º 0.86% 0.45% -
HSV(B) 48.6º 0.93% 0.85% -
XYZ 44.33 46.48 7.12 -
YUV 170.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 216 178 16 0 0.18 0.93 0.15 48.6 0.86 0.45
Hex D8 B2 10 0 12 5D F 31 56 2D
Octal 330 262 20 0 22 135 17 61 126 55
Binary 11011000 10110010 10000 0 10010 1011101 1111 110001 1010110 101101

Color Harmonies of #D8B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B210

Black with #D8B210

Text Example


Text Example

White with #D8B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B210; }

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

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

background-color css

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

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

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

border-color css

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

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

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