Html Css Color HEX #D8BA10 Sunflower

📋 copy color: '#D8BA10'

red 216 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #D8BA10

Tints of Sunflower #D8BA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

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

R = 51.67%
G = 44.5%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8BA10 (or 0xD8BA10) is known color: Sunflower. HEX triplet: D8, BA and 10. RGB value is (216,186,16). Sum of RGB (Red+Green+Blue) = 216+186+16=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA10 is #2745EF. Grayscale: #B0B0B0. Windows color (decimal): -2573808 or 1096408. OLE color: 1096408.

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

Color convert

RGB 216 186 16 -
CMYK 0 0.14 0.93 0.15
HSL 51º 0.86% 0.45% -
HSV(B) 51º 0.93% 0.85% -
XYZ 45.97 49.75 7.67 -
YUV 175.59 37.94 156.82 -
System Red Green Blue C M Y K H S L
Decimal 216 186 16 0 0.14 0.93 0.15 51 0.86 0.45
Hex D8 BA 10 0 E 5D F 33 56 2D
Octal 330 272 20 0 16 135 17 63 126 55
Binary 11011000 10111010 10000 0 1110 1011101 1111 110011 1010110 101101

Color Harmonies of #D8BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA10

Black with #D8BA10

Text Example


Text Example

White with #D8BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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