Html Css Color HEX #D8B50B Sunflower

📋 copy color: '#D8B50B'

red 216 ◦ green 181 ◦ blue 11

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

Shades of Sunflower #D8B50B

Tints of Sunflower #D8B50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 52.94%
G = 44.36%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8B50B (or 0xD8B50B) is known color: Sunflower. HEX triplet: D8, B5 and 0B. RGB value is (216,181,11). Sum of RGB (Red+Green+Blue) = 216+181+11=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B50B is #274AF4. Grayscale: #ACACAC. Windows color (decimal): -2575093 or 767448. OLE color: 767448.

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

Color convert

RGB 216 181 11 -
CMYK 0 0.16 0.95 0.15
HSL 49.76º 0.9% 0.45% -
HSV(B) 49.76º 0.95% 0.85% -
XYZ 44.9 47.67 7.15 -
YUV 172.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 216 181 11 0 0.16 0.95 0.15 49.76 0.9 0.45
Hex D8 B5 B 0 10 5F F 32 5A 2D
Octal 330 265 13 0 20 137 17 62 132 55
Binary 11011000 10110101 1011 0 10000 1011111 1111 110010 1011010 101101

Color Harmonies of #D8B50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B50B

Black with #D8B50B

Text Example


Text Example

White with #D8B50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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