Html Css Color HEX #D8B31B Sunflower

📋 copy color: '#D8B31B'

red 216 ◦ green 179 ◦ blue 27

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

Shades of Sunflower #D8B31B

Tints of Sunflower #D8B31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

 BLUE value IS 27 (10.94% from 255) = 6.4%

R = 51.18%
G = 42.42%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8B31B (or 0xD8B31B) is known color: Sunflower. HEX triplet: D8, B3 and 1B. RGB value is (216,179,27). Sum of RGB (Red+Green+Blue) = 216+179+27=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B31B is #274CE4. Grayscale: #ADADAD. Windows color (decimal): -2575589 or 1815512. OLE color: 1815512.

HSL color Cylindrical-coordinate representation of color #D8B31B: hue angle of 48.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8B31B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 27 -
CMYK 0 0.17 0.88 0.15
HSL 48.25º 0.78% 0.48% -
HSV(B) 48.25º 0.88% 0.85% -
XYZ 44.64 46.92 7.74 -
YUV 172.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 216 179 27 0 0.17 0.88 0.15 48.25 0.78 0.48
Hex D8 B3 1B 0 11 58 F 30 4E 30
Octal 330 263 33 0 21 130 17 60 116 60
Binary 11011000 10110011 11011 0 10001 1011000 1111 110000 1001110 110000

Color Harmonies of #D8B31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B31B

Black with #D8B31B

Text Example


Text Example

White with #D8B31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B31B; }

 p { color: rgb(216,179,27); }

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

background-color css

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

 a { background-color: rgb(216,179,27); }

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

border-color css

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

 span { border-color: rgb(216,179,27); }

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